diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2011-10-29 16:41:49 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2011-10-29 16:41:49 +0000 |
| commit | d7a3d42e527b4a7754b52640006d8eed01e71fc8 (patch) | |
| tree | 39db08a47c1a91638619a360435d6820bf326605 /src/widgets | |
| parent | Dutch translation update (diff) | |
| download | inkscape-d7a3d42e527b4a7754b52640006d8eed01e71fc8.tar.gz inkscape-d7a3d42e527b4a7754b52640006d8eed01e71fc8.zip | |
cppcheck: variable initialisation
(bzr r10705)
Diffstat (limited to 'src/widgets')
| -rw-r--r-- | src/widgets/sp-color-wheel-selector.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/widgets/sp-color-wheel-selector.cpp b/src/widgets/sp-color-wheel-selector.cpp index 18fc76a2d..148f3e834 100644 --- a/src/widgets/sp-color-wheel-selector.cpp +++ b/src/widgets/sp-color-wheel-selector.cpp @@ -83,7 +83,8 @@ ColorWheelSelector::ColorWheelSelector( SPColorSelector* csel ) _adj(0), _wheel(0), _sbtn(0), - _label(0) + _label(0), + _slider(0) { } |
