mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 21:25:46 +01:00
NOOP: no need for virtual keyword here
This commit is contained in:
parent
944fcf251d
commit
b89dd73324
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ class LIBARDOUR_API MidiRegion : public Region
|
|||
|
||||
std::shared_ptr<Evoral::Control> control(const Evoral::Parameter& id, bool create=false);
|
||||
|
||||
virtual std::shared_ptr<const Evoral::Control> control(const Evoral::Parameter& id) const;
|
||||
std::shared_ptr<const Evoral::Control> control(const Evoral::Parameter& id) const;
|
||||
|
||||
/* export */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue