summaryrefslogtreecommitdiff
path: root/gtk2_ardour/gui_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/gui_thread.h')
-rw-r--r--gtk2_ardour/gui_thread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/gui_thread.h b/gtk2_ardour/gui_thread.h
index 7b09007d80..0e88ad5d77 100644
--- a/gtk2_ardour/gui_thread.h
+++ b/gtk2_ardour/gui_thread.h
@@ -2,8 +2,8 @@
#define __ardour_gtk_gui_thread_h__
#define ENSURE_GUI_THREAD(slot) \
- if (!Gtkmmext::UI::instance()->caller_is_gui_thread()) {\
- Gtkmmext::UI::instance()->call_slot ((slot));\
+ if (!Gtkmm2ext::UI::instance()->caller_is_gui_thread()) {\
+ Gtkmm2ext::UI::instance()->call_slot ((slot));\
return;\
}