diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2008-06-06 07:38:38 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2008-06-06 07:38:38 +0000 |
| commit | 0c9a15604f18152311ffe15240dbf92e242b367e (patch) | |
| tree | df0fc53d5076d683117b717ad46be6073d7ffa40 /src/ui/widget/style-swatch.cpp | |
| parent | merge gsoc2008_johan_path2geom into trunk (diff) | |
| download | inkscape-0c9a15604f18152311ffe15240dbf92e242b367e.tar.gz inkscape-0c9a15604f18152311ffe15240dbf92e242b367e.zip | |
Fixed uninitialized member
(bzr r5824)
Diffstat (limited to 'src/ui/widget/style-swatch.cpp')
| -rw-r--r-- | src/ui/widget/style-swatch.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/widget/style-swatch.cpp b/src/ui/widget/style-swatch.cpp index 5a50ab84b..807c21de5 100644 --- a/src/ui/widget/style-swatch.cpp +++ b/src/ui/widget/style-swatch.cpp @@ -94,6 +94,8 @@ namespace Widget { StyleSwatch::StyleSwatch(SPCSSAttr *css, gchar const *main_tip) : _tool_path(NULL), + _desktop(0), + _verb_t(0), _css (NULL), _watched(NULL), |
