summaryrefslogtreecommitdiff
path: root/gtk2_ardour/axis_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/axis_view.h')
-rw-r--r--gtk2_ardour/axis_view.h4
1 files changed, 2 insertions, 2 deletions
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<GdkColor> used_colors;