diff options
| author | johnce <johnce@users.sourceforge.net> | 2009-08-05 06:05:12 +0000 |
|---|---|---|
| committer | johnce <johnce@users.sourceforge.net> | 2009-08-05 06:05:12 +0000 |
| commit | 56cbd9ce3b1f5116c22250d74ead66a0feb3ffa5 (patch) | |
| tree | 63e0a6f00e72f1a5b7fc4fe38dfdfc966e8d03a4 /src/extension/input.h | |
| parent | SPDocument->Document (diff) | |
| download | inkscape-56cbd9ce3b1f5116c22250d74ead66a0feb3ffa5.tar.gz inkscape-56cbd9ce3b1f5116c22250d74ead66a0feb3ffa5.zip | |
SPDocument->Document
(bzr r8406)
Diffstat (limited to 'src/extension/input.h')
| -rw-r--r-- | src/extension/input.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/input.h b/src/extension/input.h index 55d807ce2..d2aac9376 100644 --- a/src/extension/input.h +++ b/src/extension/input.h @@ -37,7 +37,7 @@ public: Implementation::Implementation * in_imp); virtual ~Input (void); virtual bool check (void); - SPDocument * open (gchar const *uri); + Document * open (gchar const *uri); gchar * get_mimetype (void); gchar * get_extension (void); gchar * get_filetypename (void); |
