diff options
| author | johnce <johnce@users.sourceforge.net> | 2009-08-05 17:25:25 +0000 |
|---|---|---|
| committer | johnce <johnce@users.sourceforge.net> | 2009-08-05 17:25:25 +0000 |
| commit | a68dd35a31e54a4340d54a491a8f1b45d73352f4 (patch) | |
| tree | f67a1c6f5eb573c12be61a76182f9472bd96abc2 /src/extension | |
| parent | Fixing typos and Menu tooltips (diff) | |
| download | inkscape-a68dd35a31e54a4340d54a491a8f1b45d73352f4.tar.gz inkscape-a68dd35a31e54a4340d54a491a8f1b45d73352f4.zip | |
SPDocument->Document
(bzr r8416)
Diffstat (limited to 'src/extension')
| -rw-r--r-- | src/extension/internal/gdkpixbuf-input.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/internal/gdkpixbuf-input.cpp b/src/extension/internal/gdkpixbuf-input.cpp index 2f52561d1..2aea1cc64 100644 --- a/src/extension/internal/gdkpixbuf-input.cpp +++ b/src/extension/internal/gdkpixbuf-input.cpp @@ -19,7 +19,7 @@ namespace Internal { Document * GdkpixbufInput::open(Inkscape::Extension::Input */*mod*/, char const *uri) { - PDocument *doc = NULL; + Document *doc = NULL; GdkPixbuf *pb = Inkscape::IO::pixbuf_new_from_file( uri, NULL ); if (pb) { /* We are readable */ |
