summaryrefslogtreecommitdiffstats
path: root/src/document.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/document.h')
-rw-r--r--src/document.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/document.h b/src/document.h
index c04ed5441..e9546ae23 100644
--- a/src/document.h
+++ b/src/document.h
@@ -45,6 +45,7 @@ namespace Inkscape {
class Selection;
class UndoStackObserver;
class EventLog;
+ class ProfileManager;
namespace XML {
class Document;
class Node;
@@ -96,6 +97,8 @@ struct SPDocument : public Inkscape::GC::Managed<>,
/// Handler ID
guint modified_id;
+ Inkscape::ProfileManager* profileManager;
+
// Instance of the connector router
Avoid::Router *router;