mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Gnome::Canvas -> ArdourCanvas and some other small fixes
git-svn-id: svn://localhost/trunk/ardour2@107 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
fb45ffea71
commit
54a8032106
47 changed files with 300 additions and 296 deletions
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
using namespace ARDOUR;
|
||||
|
||||
AutomationPanLine::AutomationPanLine (string name, Session& s, TimeAxisView& tv, Gnome::Canvas::Group& parent, Curve& c)
|
||||
AutomationPanLine::AutomationPanLine (string name, Session& s, TimeAxisView& tv, ArdourCanvas::Group& parent, Curve& c)
|
||||
|
||||
: AutomationLine (name, tv, parent, c),
|
||||
session (s)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue