mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
7 lines
120 B
C++
7 lines
120 B
C++
#include "widgets/ui_config.h"
|
|
|
|
namespace ArdourWidgets {
|
|
|
|
UIConfigurationBase* UIConfigurationBase::_instance = 0;
|
|
|
|
};
|