mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 02:56:35 +01:00
git-svn-id: svn://localhost/ardour2/branches/3.0@6338 d708f5d6-7413-0410-9779-e7cbd77b26cf
6 lines
108 B
C++
6 lines
108 B
C++
#include "pbd/ui_callback.h"
|
|
|
|
using namespace PBD;
|
|
|
|
Glib::StaticPrivate<UICallback> UICallback::thread_ui;
|
|
|