summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2019-04-20 17:57:45 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-04-20 17:57:45 +0000
commitb0b9982846f55ec2c29c35a94bac1e9376f1d64e (patch)
tree26d552c59cf9bbfdaf3cbb7813140d97db616992 /src
parentFix compiling issue (diff)
downloadinkscape-b0b9982846f55ec2c29c35a94bac1e9376f1d64e.tar.gz
inkscape-b0b9982846f55ec2c29c35a94bac1e9376f1d64e.zip
fix compiling
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/xml-tree.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/xml-tree.h b/src/ui/dialog/xml-tree.h
index 19823aedb..9aa96a9a2 100644
--- a/src/ui/dialog/xml-tree.h
+++ b/src/ui/dialog/xml-tree.h
@@ -214,8 +214,8 @@ private:
SPXMLViewTree *tree;
//SPXMLViewAttrList *attributes;
AttrDialog *attributes;
- CssDialog *styles;
- StyleDialog *selectors;
+ StyleDialog *styles;
+ SelectorDialog *selectors;
/* XML Node Creation pop-up window */
Gtk::Entry *name_entry;