diff options
| author | Markus Engel <markus.engel@tum.de> | 2013-08-01 12:35:39 +0000 |
|---|---|---|
| committer | Markus Engel <markus.engel@tum.de> | 2013-08-01 12:35:39 +0000 |
| commit | db53a4b489fbcf45eee9f54a0b1231e6092374dc (patch) | |
| tree | e87805ae8b154021b1e3125ef9c633d3b9e50f2b /src/widgets | |
| parent | Replacement of unnecessary variables. (diff) | |
| download | inkscape-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.h | 2 |
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; |
