diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2007-10-08 06:43:46 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2007-10-08 06:43:46 +0000 |
| commit | 89558cc7cec3871020dfe2e84cb4a5d87e362864 (patch) | |
| tree | 98426c0d4845d58ec3e4aa2d1c7aa10acdb7d457 /src/document.h | |
| parent | tab handles in gradient tool only when they exist (diff) | |
| download | inkscape-89558cc7cec3871020dfe2e84cb4a5d87e362864.tar.gz inkscape-89558cc7cec3871020dfe2e84cb4a5d87e362864.zip | |
Adding profile manager and user-visible drop-down in CMS picker
(bzr r3862)
Diffstat (limited to 'src/document.h')
| -rw-r--r-- | src/document.h | 3 |
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; |
