summaryrefslogtreecommitdiffstats
path: root/src/document.h
diff options
context:
space:
mode:
authorMarkus Engel <markus.engel@tum.de>2013-03-29 23:52:42 +0000
committerMarkus Engel <markus.engel@tum.de>2013-03-29 23:52:42 +0000
commita168040d5a452544328a1e6ad35aaac351f94d44 (patch)
treefae1ba829f543a473da281bd5fa6e4deabbf6912 /src/document.h
parentRemoved function pointers from SPObject and subclasses. (diff)
parentDutch translation update (diff)
downloadinkscape-a168040d5a452544328a1e6ad35aaac351f94d44.tar.gz
inkscape-a168040d5a452544328a1e6ad35aaac351f94d44.zip
merged from trunk
(bzr r11608.1.56)
Diffstat (limited to 'src/document.h')
-rw-r--r--src/document.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/document.h b/src/document.h
index ca709a8b6..606a83be8 100644
--- a/src/document.h
+++ b/src/document.h
@@ -31,7 +31,6 @@ namespace Avoid {
class Router;
}
-struct SPDesktop;
class SPItem;
class SPObject;
struct SPGroup;
@@ -45,14 +44,14 @@ namespace Inkscape {
class EventLog;
class ProfileManager;
namespace XML {
- class Document;
+ struct Document;
class Node;
}
}
class SPDefs;
class SP3DBox;
-class Persp3D;
+struct Persp3D;
class Persp3DImpl;
class SPItemCtx;
@@ -60,7 +59,7 @@ namespace Proj {
class TransfMat3x4;
}
-class SPDocumentPrivate;
+struct SPDocumentPrivate;
/// Typed SVG document implementation.
class SPDocument : public Inkscape::GC::Managed<>,