diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2014-01-11 11:08:00 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2014-01-11 11:08:00 +0000 |
| commit | 5105f4e289edeb4d0528dff54dbd8e33f98b6cad (patch) | |
| tree | eab28095e2f1c9ef51ca0d35290a3fb76c0b4ca9 /src/ui/view | |
| parent | suppress compiler warnings (diff) | |
| download | inkscape-5105f4e289edeb4d0528dff54dbd8e33f98b6cad.tar.gz inkscape-5105f4e289edeb4d0528dff54dbd8e33f98b6cad.zip | |
gtkmmification (seems there is more margin in desktop-widget.cpp)
(bzr r12915)
Diffstat (limited to 'src/ui/view')
| -rw-r--r-- | src/ui/view/edit-widget-interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/view/edit-widget-interface.h b/src/ui/view/edit-widget-interface.h index 26e47abbb..55683871d 100644 --- a/src/ui/view/edit-widget-interface.h +++ b/src/ui/view/edit-widget-interface.h @@ -148,7 +148,7 @@ struct EditWidgetInterface virtual bool showInfoDialog( Glib::ustring const &message ) = 0; /// Open yes/no dialog with warning text and confirmation question. - virtual bool warnDialog (gchar*) = 0; + virtual bool warnDialog (Glib::ustring const &) = 0; virtual Inkscape::UI::Widget::Dock* getDock () = 0; }; |
