get editor.cc to compile

git-svn-id: svn://localhost/trunk/ardour2@99 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2005-11-16 02:57:22 +00:00
parent adacfd9b24
commit f16caf535c
36 changed files with 219 additions and 259 deletions

View file

@ -6,6 +6,7 @@
#include <string>
#include <ardour/types.h>
#include "canvas.h"
#include "time_axis_view.h"
#include "simplerect.h"
@ -18,10 +19,6 @@ namespace ARDOUR {
class Route;
}
namespace Gtk {
class Widget;
}
class PublicEditor;
class TimeSelection;
class AudioRegionSelection;
@ -37,7 +34,7 @@ class AutomationTimeAxisView : public TimeAxisView {
ARDOUR::Route&,
PublicEditor&,
TimeAxisView& parent,
Gtk::Widget* parent,
ArdourCanvas::Canvas& canvas,
std::string name, /* translatable */
std::string state_name, /* not translatable */
std::string plug_name = "");
@ -78,7 +75,7 @@ class AutomationTimeAxisView : public TimeAxisView {
protected:
ARDOUR::Route& route;
Gnome::Canvas::SimpleRect* base_rect;
ArdourCanvas::SimpleRect* base_rect;
string _name;
string _state_name;
bool in_destructor;