diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2011-08-21 07:42:08 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2011-08-21 07:42:08 +0000 |
| commit | cf0c689f665675b976215e80ec7c9acf1b2e49e6 (patch) | |
| tree | e354db785e6a49f4fde879d82c23f05d0c61b339 /src/file.h | |
| parent | Filters. More filters clean-up. (diff) | |
| download | inkscape-cf0c689f665675b976215e80ec7c9acf1b2e49e6.tar.gz inkscape-cf0c689f665675b976215e80ec7c9acf1b2e49e6.zip | |
DBUS. Merging lp:~joakim-verona/inkscape/dbus-fixes changes.
(bzr r10559)
Diffstat (limited to 'src/file.h')
| -rw-r--r-- | src/file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file.h b/src/file.h index 0041af81f..cf3adec2b 100644 --- a/src/file.h +++ b/src/file.h @@ -129,7 +129,7 @@ void sp_file_import (Gtk::Window &parentWindow); /** * Imports a resource */ -void file_import(SPDocument *in_doc, const Glib::ustring &uri, +SPObject* file_import(SPDocument *in_doc, const Glib::ustring &uri, Inkscape::Extension::Extension *key); /*###################### |
