summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.h
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2012-04-16 13:38:39 +0000
committerKris <Kris.De.Gussem@hotmail.com>2012-04-16 13:38:39 +0000
commit3272764893e96cf7c33c65e6ff7e7b2a3cadd049 (patch)
tree6cb0423cb3baa10be2c3973cca5b03b6ffe51966 /src/selection-chemistry.h
parentLoop index type cleanup (diff)
downloadinkscape-3272764893e96cf7c33c65e6ff7e7b2a3cadd049.tar.gz
inkscape-3272764893e96cf7c33c65e6ff7e7b2a3cadd049.zip
some more string class usage as opposed to c-strings to prevent issues
(bzr r11259)
Diffstat (limited to 'src/selection-chemistry.h')
-rw-r--r--src/selection-chemistry.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/selection-chemistry.h b/src/selection-chemistry.h
index ccb152602..0e69fdac8 100644
--- a/src/selection-chemistry.h
+++ b/src/selection-chemistry.h
@@ -142,8 +142,8 @@ void scroll_to_show_item(SPDesktop *desktop, SPItem *item);
void sp_undo (SPDesktop *desktop, SPDocument *doc);
void sp_redo (SPDesktop *desktop, SPDocument *doc);
-void sp_selection_get_export_hints (Inkscape::Selection *selection, const char **filename, float *xdpi, float *ydpi);
-void sp_document_get_export_hints (SPDocument * doc, const char **filename, float *xdpi, float *ydpi);
+void sp_selection_get_export_hints (Inkscape::Selection *selection, Glib::ustring &filename, float *xdpi, float *ydpi);
+void sp_document_get_export_hints (SPDocument * doc, Glib::ustring &filename, float *xdpi, float *ydpi);
void sp_selection_create_bitmap_copy (SPDesktop *desktop);