summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/styledialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/dialog/styledialog.h')
-rw-r--r--src/ui/dialog/styledialog.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui/dialog/styledialog.h b/src/ui/dialog/styledialog.h
index b7ccf6619..07dfd8a0e 100644
--- a/src/ui/dialog/styledialog.h
+++ b/src/ui/dialog/styledialog.h
@@ -71,7 +71,7 @@ class StyleDialog : public Widget::Panel {
Gtk::TreeViewColumn *_current_value_col;
Gtk::TreeModel::Path _current_path;
Glib::ustring fixCSSSelectors(Glib::ustring selector);
-
+ void readStyleElement();
private:
// Monitor <style> element for changes.
class NodeObserver;
@@ -125,7 +125,6 @@ class StyleDialog : public Widget::Panel {
Gtk::Box _styleBox;
// Reading and writing the style element.
Inkscape::XML::Node *_getStyleTextNode();
- void _readStyleElement();
Glib::RefPtr<Gtk::TreeModel> _selectTree(Glib::ustring selector);
void _writeStyleElement(Glib::RefPtr<Gtk::TreeStore> store, Glib::ustring selector,
Glib::ustring new_selector = "");