diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2014-01-12 19:13:03 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2014-01-12 19:13:03 +0000 |
| commit | b94459967625b9aac3b3dce1d3a908e5ddd95450 (patch) | |
| tree | 5b9bc8c9f6715e4113563e2f09886a2f4670bec5 /src/ui/view/edit-widget-interface.h | |
| parent | update to trunk (diff) | |
| parent | pass class variables by reference for performance (diff) | |
| download | inkscape-b94459967625b9aac3b3dce1d3a908e5ddd95450.tar.gz inkscape-b94459967625b9aac3b3dce1d3a908e5ddd95450.zip | |
update to trunk
(bzr r11950.1.234)
Diffstat (limited to 'src/ui/view/edit-widget-interface.h')
| -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; }; |
