From 89558cc7cec3871020dfe2e84cb4a5d87e362864 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Mon, 8 Oct 2007 06:43:46 +0000 Subject: Adding profile manager and user-visible drop-down in CMS picker (bzr r3862) --- src/document.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/document.h') 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; -- cgit v1.2.3