summaryrefslogtreecommitdiffstats
path: root/src/extension/param/float.h
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2011-03-14 20:04:42 +0000
committerJazzyNico <nicoduf@yahoo.fr>2011-03-14 20:04:42 +0000
commitee7e83a07ad3aec222f70de2b15bb92ca575117b (patch)
treebc588b2019c2f485150ce19f7488386fc22df27a /src/extension/param/float.h
parentImport. Patch for Bug #716362 (Invalid result when drag and drop svg file), b... (diff)
downloadinkscape-ee7e83a07ad3aec222f70de2b15bb92ca575117b.tar.gz
inkscape-ee7e83a07ad3aec222f70de2b15bb92ca575117b.zip
Extensions. Warnings (introduced in recent float and int changes) cleanup.
(bzr r10105)
Diffstat (limited to 'src/extension/param/float.h')
-rw-r--r--src/extension/param/float.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/param/float.h b/src/extension/param/float.h
index d3e2517f7..2e816d4dc 100644
--- a/src/extension/param/float.h
+++ b/src/extension/param/float.h
@@ -41,10 +41,10 @@ public:
private:
/** \brief Internal value. */
float _value;
+ AppearanceMode _mode;
float _min;
float _max;
int _precision;
- AppearanceMode _mode;
};
} /* namespace Extension */