mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
renaming: AutomationLineBase => AutomationLine, AutomationLine => EditorAutomationLine
This commit is contained in:
parent
90c8726c6d
commit
56ce9c33c0
64 changed files with 1962 additions and 1962 deletions
|
|
@ -18,7 +18,7 @@
|
|||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#include "automation_line.h"
|
||||
#include "editor_automation_line.h"
|
||||
|
||||
namespace ARDOUR {
|
||||
class MidiRegion;
|
||||
|
|
@ -27,7 +27,7 @@ namespace ARDOUR {
|
|||
/** Stub class so that lines for MIDI AutomationRegionViews can use the correct
|
||||
* MementoCommandBinder.
|
||||
*/
|
||||
class MidiAutomationLine : public AutomationLine
|
||||
class MidiAutomationLine : public EditorAutomationLine
|
||||
{
|
||||
public:
|
||||
MidiAutomationLine (const std::string&, TimeAxisView&, ArdourCanvas::Item&,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue