summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/selected-style.cpp
diff options
context:
space:
mode:
authorFelipe CorrĂȘa da Silva Sanches <juca@members.fsf.org>2018-03-27 19:45:22 +0000
committerFelipe CorrĂȘa da Silva Sanches <juca@members.fsf.org>2018-03-27 19:46:35 +0000
commit5e6745da63bc715ca8e52ad859971ac669226951 (patch)
tree589ff8f175d0689cfae7c7cc29a8698a68a62587 /src/ui/widget/selected-style.cpp
parentmove FTFixedToDouble / FTDoubleToFixed to a common header (diff)
downloadinkscape-5e6745da63bc715ca8e52ad859971ac669226951.tar.gz
inkscape-5e6745da63bc715ca8e52ad859971ac669226951.zip
Minor cleanup of warnings. No functional change.
Diffstat (limited to 'src/ui/widget/selected-style.cpp')
-rw-r--r--src/ui/widget/selected-style.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/widget/selected-style.cpp b/src/ui/widget/selected-style.cpp
index 3988ca544..a15afde4c 100644
--- a/src/ui/widget/selected-style.cpp
+++ b/src/ui/widget/selected-style.cpp
@@ -121,6 +121,8 @@ SelectedStyle::SelectedStyle(bool /*layout*/)
:
current_stroke_width(0),
+ _sw_unit(NULL),
+
_desktop (NULL),
_table(),
_fill_label (_("Fill:")),
@@ -141,9 +143,7 @@ SelectedStyle::SelectedStyle(bool /*layout*/)
_stroke_width_place(this),
_stroke_width (""),
- _opacity_blocked (false),
-
- _sw_unit(NULL)
+ _opacity_blocked (false)
{
set_name("SelectedStyle");
_drop[0] = _drop[1] = 0;