From 2f3c62c5da74568e7ab8db75c2780510444e587d Mon Sep 17 00:00:00 2001 From: John Emmas Date: Wed, 4 Sep 2013 15:46:14 +0100 Subject: [PATCH] 'libs/gtkmm2ext' - Minor modification to prevent MSVC from complaining about a malformed comment --- libs/gtkmm2ext/popup.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/gtkmm2ext/popup.cc b/libs/gtkmm2ext/popup.cc index 6f4a8a5427..85a9d537c3 100644 --- a/libs/gtkmm2ext/popup.cc +++ b/libs/gtkmm2ext/popup.cc @@ -111,7 +111,7 @@ PopUp::touch () } gint -PopUp::button_click (GdkEventButton */*ev*/) +PopUp::button_click (GdkEventButton* /*ev*/) { remove (); return TRUE;