mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Fix C++11ism
This commit is contained in:
parent
4efe5b7ada
commit
f85bbaa97d
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ private:
|
|||
// Only needed for server event loop integration method #3
|
||||
mutable FeedbackHelperUI _helper;
|
||||
|
||||
PBD::EventLoop* event_loop () const override;
|
||||
PBD::EventLoop* event_loop () const;
|
||||
|
||||
bool poll () const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue