diff options
Diffstat (limited to 'src/document.h')
| -rw-r--r-- | src/document.h | 6 |
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; |
