summaryrefslogtreecommitdiffstats
path: root/src/inkscape.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inkscape.h')
-rw-r--r--src/inkscape.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/inkscape.h b/src/inkscape.h
index e611af49b..ca2894227 100644
--- a/src/inkscape.h
+++ b/src/inkscape.h
@@ -16,7 +16,7 @@
#include <glib/gtypes.h>
struct SPDesktop;
-struct Document;
+struct SPDocument;
struct SPEventContext;
namespace Inkscape {
@@ -46,7 +46,7 @@ Inkscape::Application *inkscape_get_instance();
SPEventContext * inkscape_active_event_context (void);
#define SP_ACTIVE_DOCUMENT inkscape_active_document ()
-Document * inkscape_active_document (void);
+SPDocument * inkscape_active_document (void);
#define SP_ACTIVE_DESKTOP inkscape_active_desktop ()
SPDesktop * inkscape_active_desktop (void);