From b0b9982846f55ec2c29c35a94bac1e9376f1d64e Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Sat, 20 Apr 2019 19:57:45 +0200 Subject: fix compiling --- src/ui/dialog/xml-tree.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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; -- cgit v1.2.3