summaryrefslogtreecommitdiffstats
path: root/src/sp-mesh-patch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-mesh-patch.h')
-rw-r--r--src/sp-mesh-patch.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sp-mesh-patch.h b/src/sp-mesh-patch.h
index 2f5022234..58655d65a 100644
--- a/src/sp-mesh-patch.h
+++ b/src/sp-mesh-patch.h
@@ -55,9 +55,9 @@ public:
CMeshPatch(SPMeshPatch* meshpatch);
virtual ~CMeshPatch();
- virtual void onBuild(SPDocument* doc, Inkscape::XML::Node* repr);
- virtual void onSet(unsigned int key, const gchar* value);
- virtual Inkscape::XML::Node* onWrite(Inkscape::XML::Document* doc, Inkscape::XML::Node* repr, guint flags);
+ virtual void build(SPDocument* doc, Inkscape::XML::Node* repr);
+ virtual void set(unsigned int key, const gchar* value);
+ virtual Inkscape::XML::Node* write(Inkscape::XML::Document* doc, Inkscape::XML::Node* repr, guint flags);
protected:
SPMeshPatch* spmeshpatch;