summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/gtk_ui.cc
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2013-08-26 17:45:18 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2013-08-26 17:45:18 +0100
commit316b72eb0e76a71031d69e598c6574496357b81e (patch)
tree96d6cc7fcb2373a96dd25e1c8b602644db32a8d2 /libs/gtkmm2ext/gtk_ui.cc
parentc1a25550d118cecfce3699b47f7b53fa75e743c1 (diff)
'libs/gtkmm2ext' - Main body of changes required for building with MSVC (mostly #includes and casting)
Diffstat (limited to 'libs/gtkmm2ext/gtk_ui.cc')
-rw-r--r--libs/gtkmm2ext/gtk_ui.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/gtkmm2ext/gtk_ui.cc b/libs/gtkmm2ext/gtk_ui.cc
index 831fa7e38f..9c20da0f4c 100644
--- a/libs/gtkmm2ext/gtk_ui.cc
+++ b/libs/gtkmm2ext/gtk_ui.cc
@@ -689,7 +689,7 @@ UI::flush_pending ()
}
bool
-UI::just_hide_it (GdkEventAny */*ev*/, Window *win)
+UI::just_hide_it (GdkEventAny* /*ev*/, Window *win)
{
win->hide ();
return true;
@@ -739,7 +739,7 @@ UI::color_selection_done (bool status)
}
bool
-UI::color_selection_deleted (GdkEventAny */*ev*/)
+UI::color_selection_deleted (GdkEventAny* /*ev*/)
{
Main::quit ();
return true;