diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-09-19 22:33:11 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2013-09-19 22:33:11 +0000 |
| commit | 4bda89e32e33c7bdff5d3ea3c1ceee1f806de9f7 (patch) | |
| tree | caeb924426bcc861badc6fa81318b67460b26d47 /src/document.h | |
| parent | Update to trunk (diff) | |
| parent | updates for cmake (diff) | |
| download | inkscape-4bda89e32e33c7bdff5d3ea3c1ceee1f806de9f7.tar.gz inkscape-4bda89e32e33c7bdff5d3ea3c1ceee1f806de9f7.zip | |
Update to trunk
(bzr r11950.1.141)
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; |
