Code

Revert recent refactoring changes by johnce because they break the build, which canno...
[inkscape.git] / src / extension / input.h
index d2aac93763da922297b066e10665ed88d6b198e7..55d807ce26ba30d93fe4fd54800de7e28a65614b 100644 (file)
@@ -37,7 +37,7 @@ public:
                                         Implementation::Implementation * in_imp);
     virtual      ~Input                (void);
     virtual bool  check                (void);
-    Document *  open                 (gchar const *uri);
+    SPDocument *  open                 (gchar const *uri);
     gchar *       get_mimetype         (void);
     gchar *       get_extension        (void);
     gchar *       get_filetypename     (void);