mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
'libs/gtkmm2ext' - Minor modification to prevent MSVC from complaining about a malformed comment
This commit is contained in:
parent
e99a85ac92
commit
2f3c62c5da
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ PopUp::touch ()
|
|||
}
|
||||
|
||||
gint
|
||||
PopUp::button_click (GdkEventButton */*ev*/)
|
||||
PopUp::button_click (GdkEventButton* /*ev*/)
|
||||
{
|
||||
remove ();
|
||||
return TRUE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue