summaryrefslogtreecommitdiffstats
path: root/src/file.h
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2009-08-09 16:43:57 +0000
committercilix42 <cilix42@users.sourceforge.net>2009-08-09 16:43:57 +0000
commit13fc2f2a9f44e43e79e698612993d4d8e63ccb94 (patch)
treef62aa5fc435a198fd02e3b517de217d3890fa58b /src/file.h
parentPut #ifdefs around all code related to the so-called "new" ExportDialog (what... (diff)
downloadinkscape-13fc2f2a9f44e43e79e698612993d4d8e63ccb94.tar.gz
inkscape-13fc2f2a9f44e43e79e698612993d4d8e63ccb94.zip
Fix compile when NEW_EXPORT_DIALOG is defined (however, the dialog crashes when trying to export files, dunno why)
(bzr r8457)
Diffstat (limited to 'src/file.h')
-rw-r--r--src/file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file.h b/src/file.h
index 9913fbe1a..770e519ab 100644
--- a/src/file.h
+++ b/src/file.h
@@ -141,7 +141,7 @@ void file_import(SPDocument *in_doc, const Glib::ustring &uri,
* additional type selection, to allow the user to export
* the a document as a given type.
*/
-bool sp_file_export_dialog (void *widget);
+bool sp_file_export_dialog (Gtk::Window &parentWindow);
/*######################