mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
class 'PBD::Configuration' doesn't actually get exported from libpbd - so make sure we don't decorate it with LIBPBD_API
This commit is contained in:
parent
8eba7c5c0a
commit
46d08595ff
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ class XMLNode;
|
|||
|
||||
namespace PBD {
|
||||
|
||||
class LIBPBD_API Configuration : public PBD::Stateful
|
||||
class Configuration : public PBD::Stateful
|
||||
{
|
||||
public:
|
||||
Configuration() {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue