summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2008-10-27 18:03:09 +0000
committerTed Gould <ted@canonical.com>2008-10-27 18:03:09 +0000
commit7dbe11bc23efa5f51a9b84e7d0f6dd16e63e0902 (patch)
tree7d3a2b95b84a03a19cb132cdf88bea0ab6dc4773 /src/widgets/toolbox.h
parentMerging from trunk (diff)
downloadinkscape-7dbe11bc23efa5f51a9b84e7d0f6dd16e63e0902.tar.gz
inkscape-7dbe11bc23efa5f51a9b84e7d0f6dd16e63e0902.zip
From trunk
(bzr r6885)
Diffstat (limited to 'src/widgets/toolbox.h')
-rw-r--r--src/widgets/toolbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/toolbox.h b/src/widgets/toolbox.h
index 27bf6d052..a4d6f21a5 100644
--- a/src/widgets/toolbox.h
+++ b/src/widgets/toolbox.h
@@ -42,7 +42,7 @@ void aux_toolbox_space(GtkWidget *tb, gint space);
// utility
void sp_toolbox_add_label(GtkWidget *tbl, gchar const *title, bool wide = true);
-Inkscape::IconSize prefToSize( gchar const *path, gchar const *attr, int base = 0 );
+Inkscape::IconSize prefToSize(Glib::ustring const &path, int base = 0 );
#endif /* !SEEN_TOOLBOX_H */