mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
change base class for UIConfigurationBase, because it IS-A Configuration
This commit is contained in:
parent
26c09e6de3
commit
7a3b42948d
1 changed files with 2 additions and 2 deletions
|
|
@ -21,14 +21,14 @@
|
|||
|
||||
#include <cassert>
|
||||
|
||||
#include "pbd/stateful.h"
|
||||
#include "pbd/configuration.h"
|
||||
#include "gtkmm2ext/colors.h"
|
||||
|
||||
#include "widgets/visibility.h"
|
||||
|
||||
namespace ArdourWidgets {
|
||||
|
||||
class LIBWIDGETS_API UIConfigurationBase : public PBD::Stateful
|
||||
class LIBWIDGETS_API UIConfigurationBase : public PBD::Configuration
|
||||
{
|
||||
protected:
|
||||
virtual ~UIConfigurationBase() { _instance = 0; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue