summaryrefslogtreecommitdiffstats
path: root/src/inkscape.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inkscape.h')
-rw-r--r--src/inkscape.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/inkscape.h b/src/inkscape.h
index 6ab07be86..368c7fa60 100644
--- a/src/inkscape.h
+++ b/src/inkscape.h
@@ -15,15 +15,15 @@
#include <list>
#include <glib.h>
-struct SPDesktop;
-struct SPDocument;
+class SPDesktop;
+class SPDocument;
struct SPEventContext;
namespace Inkscape {
struct Application;
namespace XML {
class Node;
- class Document;
+ struct Document;
}
}