mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-18 03:15:52 +01:00
class 'PBD::Configuration' now needs to be exportable
This commit is contained in:
parent
dcf4377b47
commit
2ff05d9e9d
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ class XMLNode;
|
|||
|
||||
namespace PBD {
|
||||
|
||||
class Configuration : public PBD::Stateful
|
||||
class LIBPBD_API Configuration : public PBD::Stateful
|
||||
{
|
||||
public:
|
||||
Configuration() {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue