diff options
Diffstat (limited to 'src/sp-switch.h')
| -rw-r--r-- | src/sp-switch.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sp-switch.h b/src/sp-switch.h index e6dc6f01f..3ccc9e3b7 100644 --- a/src/sp-switch.h +++ b/src/sp-switch.h @@ -41,8 +41,8 @@ public: virtual void child_added(Inkscape::XML::Node* child, Inkscape::XML::Node* ref); virtual void remove_child(Inkscape::XML::Node *child); virtual void order_changed(Inkscape::XML::Node *child, Inkscape::XML::Node *old_ref, Inkscape::XML::Node *new_ref); - virtual const char* displayName(); - virtual gchar *description(); + virtual const char* displayName() const; + virtual gchar *description() const; }; #endif |
