mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 05:05:43 +01:00
Fix warning.
git-svn-id: svn://localhost/ardour2/branches/3.0@5647 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
a0b9c52a5e
commit
dcaf93aa10
1 changed files with 1 additions and 1 deletions
|
|
@ -512,7 +512,7 @@ RouteUI::rec_enable_press(GdkEventButton* ev)
|
|||
}
|
||||
|
||||
bool
|
||||
RouteUI::rec_enable_release (GdkEventButton* ev)
|
||||
RouteUI::rec_enable_release (GdkEventButton*)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue