summaryrefslogtreecommitdiffstats
path: root/src/widgets
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/widgets
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/widgets')
-rw-r--r--src/widgets/sp-color-icc-selector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/sp-color-icc-selector.h b/src/widgets/sp-color-icc-selector.h
index 404bc7265..3eb12222c 100644
--- a/src/widgets/sp-color-icc-selector.h
+++ b/src/widgets/sp-color-icc-selector.h
@@ -8,7 +8,7 @@
#include "sp-color-selector.h"
namespace Inkscape {
-struct ColorProfile;
+class ColorProfile;
}
struct SPColorICCSelector;