summaryrefslogtreecommitdiffstats
path: root/src/gradient-drag.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gradient-drag.h')
-rw-r--r--src/gradient-drag.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gradient-drag.h b/src/gradient-drag.h
index b07f748a7..cf0a35c89 100644
--- a/src/gradient-drag.h
+++ b/src/gradient-drag.h
@@ -34,7 +34,7 @@ class SPKnot;
class SPDesktop;
class SPCSSAttr;
class SPLinearGradient;
-class SPMesh;
+class SPMeshGradient;
class SPItem;
class SPObject;
class SPRadialGradient;
@@ -105,7 +105,7 @@ struct GrDragger {
void updateDependencies(bool write_repr);
/* Update handles/tensors when mesh corner moved */
- void updateHandles( Geom::Point pc_old, MeshNodeOperation op );
+ void moveMeshHandles( Geom::Point pc_old, MeshNodeOperation op );
bool mayMerge(GrDragger *other);
bool mayMerge(GrDraggable *da2);
@@ -209,7 +209,7 @@ private:
void addDraggersRadial(SPRadialGradient *rg, SPItem *item, Inkscape::PaintTarget fill_or_stroke);
void addDraggersLinear(SPLinearGradient *lg, SPItem *item, Inkscape::PaintTarget fill_or_stroke);
- void addDraggersMesh( SPMesh *mg, SPItem *item, Inkscape::PaintTarget fill_or_stroke);
+ void addDraggersMesh( SPMeshGradient *mg, SPItem *item, Inkscape::PaintTarget fill_or_stroke);
bool styleSet( const SPCSSAttr *css );