summaryrefslogtreecommitdiffstats
path: root/src/document.h
diff options
context:
space:
mode:
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;