summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/styledialog.h
diff options
context:
space:
mode:
authorkamalpreetgrewal <grewalkamal005@gmail.com>2016-06-30 13:13:15 +0000
committerkamalpreetgrewal <grewalkamal005@gmail.com>2016-06-30 13:13:15 +0000
commit0af04b99d1160cf2cfc38adb3a0f74c185da4370 (patch)
treebd302dfbbd44a0249b01df974942fc214de8d939 /src/ui/dialog/styledialog.h
parentIf selectors(children) of a row in treeview are deleted, XML repr is updated ... (diff)
downloadinkscape-0af04b99d1160cf2cfc38adb3a0f74c185da4370.tar.gz
inkscape-0af04b99d1160cf2cfc38adb3a0f74c185da4370.zip
Solve some compiler errors
(bzr r14949.1.34)
Diffstat (limited to 'src/ui/dialog/styledialog.h')
-rw-r--r--src/ui/dialog/styledialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/styledialog.h b/src/ui/dialog/styledialog.h
index fef1a954b..0192b3987 100644
--- a/src/ui/dialog/styledialog.h
+++ b/src/ui/dialog/styledialog.h
@@ -77,7 +77,7 @@ private:
bool _styleExists;
Inkscape::XML::Node *_styleChild;
unsigned _num;
- std::string _selectorName = "";
+ std::string _selectorName;
std::string _selectorValue;
Gtk::TreeModel::Row _row;
bool _newDrawing;