13
0

NOOP: no need for virtual keyword here

This commit is contained in:
Paul Davis 2023-09-29 12:36:45 -06:00
parent 944fcf251d
commit b89dd73324

View File

@ -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 */