diff options
Diffstat (limited to 'src/inkscape.h')
| -rw-r--r-- | src/inkscape.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/inkscape.h b/src/inkscape.h index d14420352..95c0f5296 100644 --- a/src/inkscape.h +++ b/src/inkscape.h @@ -20,6 +20,7 @@ #include <glib-object.h> #include <sigc++/signal.h> #include "layer-model.h" +#include <gtkmm/cssprovider.h> #include "selection.h" class SPDesktop; @@ -108,7 +109,7 @@ public: Inkscape::UI::Tools::ToolBase * active_event_context(); SPDocument * active_document(); SPDesktop * active_desktop(); - + Glib::RefPtr< Gtk::StyleProvider > colorizeprovider; // Use this function to get selection model etc for a document Inkscape::ActionContext action_context_for_document(SPDocument *doc); Inkscape::ActionContext active_action_context(); |
