mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 06:36:29 +01:00
'libs/surfaces' - Add an additional visibility specifier (ARDOURCP_API as well as ARDOURSURFACE_API)
This commit is contained in:
parent
2f3c62c5da
commit
5c8306f148
2 changed files with 11 additions and 4 deletions
|
|
@ -33,8 +33,6 @@
|
|||
#include "control_protocol/basic_ui.h"
|
||||
#include "control_protocol/types.h"
|
||||
|
||||
#include "ardour/visibility.h"
|
||||
|
||||
#ifdef ARDOURSURFACE_DLL_EXPORTS // defined if we are building the ARDOUR surface DLLs (instead of using them)
|
||||
#define ARDOURSURFACE_API LIBARDOUR_HELPER_DLL_EXPORT
|
||||
#else
|
||||
|
|
@ -48,7 +46,7 @@ class Route;
|
|||
class Session;
|
||||
class Bundle;
|
||||
|
||||
class ARDOURSURFACE_API ControlProtocol : public PBD::Stateful, public PBD::ScopedConnectionList, public BasicUI
|
||||
class ARDOURCP_API ControlProtocol : public PBD::Stateful, public PBD::ScopedConnectionList, public BasicUI
|
||||
{
|
||||
public:
|
||||
ControlProtocol (Session&, std::string name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue