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