diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-04-20 17:57:45 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-04-20 17:57:45 +0000 |
| commit | b0b9982846f55ec2c29c35a94bac1e9376f1d64e (patch) | |
| tree | 26d552c59cf9bbfdaf3cbb7813140d97db616992 /src | |
| parent | Fix compiling issue (diff) | |
| download | inkscape-b0b9982846f55ec2c29c35a94bac1e9376f1d64e.tar.gz inkscape-b0b9982846f55ec2c29c35a94bac1e9376f1d64e.zip | |
fix compiling
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/dialog/xml-tree.h | 4 |
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; |
