NOOP: no need for virtual keyword here
This commit is contained in:
parent
944fcf251d
commit
b89dd73324
@ -93,7 +93,7 @@ class LIBARDOUR_API MidiRegion : public Region
|
|||||||
|
|
||||||
std::shared_ptr<Evoral::Control> control(const Evoral::Parameter& id, bool create=false);
|
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 */
|
/* export */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user