summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_rulers.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-10-27 13:43:31 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-02-22 15:31:25 -0500
commit56770ff0af1cc532837802cf66f3032a4805ba62 (patch)
treec8c59a3a3c6ea9631304d5747d8b4dc10b4665f7 /gtk2_ardour/editor_rulers.cc
parent329c096066691f9ebbbf89a90d4f547b08d740cf (diff)
change GTKOSX macro constant to use __APPLE__ instead
Diffstat (limited to 'gtk2_ardour/editor_rulers.cc')
-rw-r--r--gtk2_ardour/editor_rulers.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_rulers.cc b/gtk2_ardour/editor_rulers.cc
index 3b992535d1..45f91a681f 100644
--- a/gtk2_ardour/editor_rulers.cc
+++ b/gtk2_ardour/editor_rulers.cc
@@ -439,7 +439,7 @@ Editor::update_ruler_visibility ()
double tbgpos = 0.0;
double old_unit_pos;
-#ifdef GTKOSX
+#ifdef __APPLE__
/* gtk update probs require this (damn) */
meter_label.hide();
tempo_label.hide();