summaryrefslogtreecommitdiffstats
path: root/src/document.h
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2013-09-19 22:33:11 +0000
committerJabiertxof <jtx@jtx.marker.es>2013-09-19 22:33:11 +0000
commit4bda89e32e33c7bdff5d3ea3c1ceee1f806de9f7 (patch)
treecaeb924426bcc861badc6fa81318b67460b26d47 /src/document.h
parentUpdate to trunk (diff)
parentupdates for cmake (diff)
downloadinkscape-4bda89e32e33c7bdff5d3ea3c1ceee1f806de9f7.tar.gz
inkscape-4bda89e32e33c7bdff5d3ea3c1ceee1f806de9f7.zip
Update to trunk
(bzr r11950.1.141)
Diffstat (limited to 'src/document.h')
-rw-r--r--src/document.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/document.h b/src/document.h
index 6782c6206..63332f431 100644
--- a/src/document.h
+++ b/src/document.h
@@ -33,8 +33,8 @@ class Router;
class SPItem;
class SPObject;
-struct SPGroup;
-struct SPRoot;
+class SPGroup;
+class SPRoot;
namespace Inkscape {
struct Application;
@@ -53,7 +53,7 @@ namespace Inkscape {
class SPDefs;
class SP3DBox;
-struct Persp3D;
+class Persp3D;
class Persp3DImpl;
class SPItemCtx;