From 4b233612261e2d13ebbd1931f4d999c6da1451e9 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 26 Sep 2005 18:24:59 +0000 Subject: continuing fixes to get this shibboleth to compile git-svn-id: svn://localhost/trunk/ardour2@43 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 fdf4a563ac..0d09ca51ac 100644 --- a/gtk2_ardour/axis_view.h +++ b/gtk2_ardour/axis_view.h @@ -42,7 +42,7 @@ class AxisView : public sigc::trackable * * @return the current Track Color */ - Gdk_Color color() const { return _color; } + Gdk::Color color() const { return _color; } ARDOUR::Session& session() const { return _session; } @@ -81,7 +81,7 @@ class AxisView : public sigc::trackable ARDOUR::Session& _session; - Gdk_Color _color; + Gdk::Color _color; static list used_colors; -- cgit v1.2.3