From: John Emmas Date: Wed, 4 Sep 2013 14:46:14 +0000 (+0100) Subject: 'libs/gtkmm2ext' - Minor modification to prevent MSVC from complaining about a malfor... X-Git-Tag: 1.0.0~868^2~81 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=2f3c62c5da74568e7ab8db75c2780510444e587d;p=ardour.git 'libs/gtkmm2ext' - Minor modification to prevent MSVC from complaining about a malformed comment --- 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;