summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/extension/prefdialog/widget.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/extension/prefdialog/widget.h b/src/extension/prefdialog/widget.h
index 7887f5579..31fe957f1 100644
--- a/src/extension/prefdialog/widget.h
+++ b/src/extension/prefdialog/widget.h
@@ -39,11 +39,6 @@ class Extension;
*/
class InxWidget {
public:
-
- enum Translatable {
- UNSET, YES, NO
- };
-
InxWidget(Inkscape::XML::Node *in_repr, Inkscape::Extension::Extension *in_ext);
virtual ~InxWidget();
@@ -81,6 +76,10 @@ public:
const static int GUI_MAX_LINE_LENGTH = 60;
protected:
+ enum Translatable {
+ UNSET, YES, NO
+ };
+
/** Which extension is this Widget attached to. */
Inkscape::Extension::Extension *_extension = nullptr;