'libs/gtkmm2ext' - Minor modification to prevent MSVC from complaining about a malfor...
authorJohn Emmas <johne53@tiscali.co.uk>
Wed, 4 Sep 2013 14:46:14 +0000 (15:46 +0100)
committerJohn Emmas <johne53@tiscali.co.uk>
Wed, 4 Sep 2013 14:46:14 +0000 (15:46 +0100)
libs/gtkmm2ext/popup.cc

index 6f4a8a5427d3372d6787098a08b92aac7103bc80..85a9d537c365859aeb185eb2c61b8182b5a8acf0 100644 (file)
@@ -111,7 +111,7 @@ PopUp::touch ()
 }
 
 gint
-PopUp::button_click (GdkEventButton */*ev*/)
+PopUp::button_click (GdkEventButton/*ev*/)
 {
        remove ();
        return TRUE;