'libs/gtkmm2ext' - Minor modification to prevent MSVC from complaining about a malformed comment

This commit is contained in:
John Emmas 2013-09-04 15:46:14 +01:00
parent e99a85ac92
commit 2f3c62c5da

View file

@ -111,7 +111,7 @@ PopUp::touch ()
} }
gint gint
PopUp::button_click (GdkEventButton */*ev*/) PopUp::button_click (GdkEventButton* /*ev*/)
{ {
remove (); remove ();
return TRUE; return TRUE;