From 3b89d9eaa03406a5e03648f47734211f09b89d62 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 12 May 2009 17:03:42 +0000 Subject: Remove most using declarations from header files. git-svn-id: svn://localhost/ardour2/branches/3.0@5069 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/axis_view.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/axis_view.h') diff --git a/gtk2_ardour/axis_view.h b/gtk2_ardour/axis_view.h index 187443dab6..9bd39eec3e 100644 --- a/gtk2_ardour/axis_view.h +++ b/gtk2_ardour/axis_view.h @@ -49,7 +49,7 @@ class AxisView : public virtual Selectable ARDOUR::Session& session() const { return _session; } - virtual string name() const = 0; + virtual std::string name() const = 0; virtual bool marked_for_display() const { return _marked_for_display; } virtual void set_marked_for_display (bool yn) { @@ -79,7 +79,7 @@ class AxisView : public virtual Selectable ARDOUR::Session& _session; Gdk::Color _color; - static list used_colors; + static std::list used_colors; Gtk::Label name_label; -- cgit v1.2.3