mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-14 10:36:34 +01:00
7 lines
108 B
C++
7 lines
108 B
C++
|
|
#include "pbd/ui_callback.h"
|
||
|
|
|
||
|
|
using namespace PBD;
|
||
|
|
|
||
|
|
Glib::StaticPrivate<UICallback> UICallback::thread_ui;
|
||
|
|
|