diff options
| author | root <root@jtx.marker.es> | 2013-03-16 20:28:39 +0000 |
|---|---|---|
| committer | root <root@jtx.marker.es> | 2013-03-16 20:28:39 +0000 |
| commit | dc88806b0778f65a3f16071c9782d607cc735dda (patch) | |
| tree | ac560318c8a3bb2ac244edba6511082bb06cac34 /src/document.h | |
| parent | Updating original path (diff) | |
| parent | Fix another tonne of forward declaration tags (diff) | |
| download | inkscape-dc88806b0778f65a3f16071c9782d607cc735dda.tar.gz inkscape-dc88806b0778f65a3f16071c9782d607cc735dda.zip | |
widget working not compile
(bzr r11950.1.54)
Diffstat (limited to 'src/document.h')
| -rw-r--r-- | src/document.h | 7 |
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<>, |
