From efbfc732bbed46c3e615fcd88294a02ee98b7530 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Fri, 28 Oct 2011 21:41:31 +0200 Subject: one constructor cannot call the other to initialize the object. See C++faq-lite 10.3 (bzr r10699) --- src/extension/param/parameter.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/extension/param/parameter.h') diff --git a/src/extension/param/parameter.h b/src/extension/param/parameter.h index e7a7538b7..ad07f5306 100644 --- a/src/extension/param/parameter.h +++ b/src/extension/param/parameter.h @@ -83,9 +83,7 @@ public: Inkscape::Extension::Extension * ext); Parameter (const gchar * name, const gchar * guitext, - Inkscape::Extension::Extension * ext) { - Parameter(name, guitext, NULL, Parameter::SCOPE_USER, false, NULL, ext); - }; + Inkscape::Extension::Extension * ext); virtual ~Parameter (void); bool get_bool (const SPDocument * doc, -- cgit v1.2.3