summaryrefslogtreecommitdiffstats
path: root/src/profile-manager.h
diff options
context:
space:
mode:
authorMarkus Engel <markus.engel@tum.de>2013-08-01 12:35:39 +0000
committerMarkus Engel <markus.engel@tum.de>2013-08-01 12:35:39 +0000
commitdb53a4b489fbcf45eee9f54a0b1231e6092374dc (patch)
treee87805ae8b154021b1e3125ef9c633d3b9e50f2b /src/profile-manager.h
parentReplacement of unnecessary variables. (diff)
downloadinkscape-db53a4b489fbcf45eee9f54a0b1231e6092374dc.tar.gz
inkscape-db53a4b489fbcf45eee9f54a0b1231e6092374dc.zip
Fixed more mismatched-tags; replaced GObject-properties in SPGuide
(bzr r11608.1.115)
Diffstat (limited to 'src/profile-manager.h')
-rw-r--r--src/profile-manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profile-manager.h b/src/profile-manager.h
index 9d361f40c..be9446c17 100644
--- a/src/profile-manager.h
+++ b/src/profile-manager.h
@@ -17,7 +17,7 @@ class SPDocument;
namespace Inkscape {
-struct ColorProfile;
+class ColorProfile;
class ProfileManager : public DocumentSubset,
public GC::Finalized