From 316b72eb0e76a71031d69e598c6574496357b81e Mon Sep 17 00:00:00 2001 From: John Emmas Date: Mon, 26 Aug 2013 17:45:18 +0100 Subject: 'libs/gtkmm2ext' - Main body of changes required for building with MSVC (mostly #includes and casting) --- libs/gtkmm2ext/gtk_ui.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/gtkmm2ext/gtk_ui.cc') 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; -- cgit v1.2.3