Code

r18294@shi: ted | 2008-03-03 15:11:22 -0800
authorgouldtj <gouldtj@users.sourceforge.net>
Mon, 3 Mar 2008 23:12:15 +0000 (23:12 +0000)
committergouldtj <gouldtj@users.sourceforge.net>
Mon, 3 Mar 2008 23:12:15 +0000 (23:12 +0000)
 Adding virtuals that got dropped somewhere along the path.

src/extension/parameter.h

index c5d03226cc487ae67ac98364bcd7599c46ede02b..1917ffa9800e91a5de79327892b0f0e919cdde7d 100644 (file)
@@ -104,8 +104,8 @@ public:
     virtual Gtk::Widget * get_widget (SPDocument * doc, Inkscape::XML::Node * node, sigc::signal<void> * changeSignal);
     gchar const * get_tooltip (void) { return _desc; }
 
-    void string (std::list <std::string> &list);
-    void string (std::string &string);
+    virtual void string (std::list <std::string> &list);
+    virtual void string (std::string &string);
 };
 
 }  /* namespace Extension */