mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 22:26:29 +01:00
merge exportvis branch into cairocanvas, to reduce the number of "floating" branches.
Still need to add API export/visibility macros for the canvas library.
This commit is contained in:
commit
b0e4f81eb3
426 changed files with 2059 additions and 1259 deletions
|
|
@ -30,6 +30,7 @@
|
|||
#include "pbd/stateful.h"
|
||||
#include "pbd/signals.h"
|
||||
|
||||
#include "control_protocol/visibility.h"
|
||||
#include "control_protocol/basic_ui.h"
|
||||
#include "control_protocol/types.h"
|
||||
|
||||
|
|
@ -39,7 +40,7 @@ class Route;
|
|||
class Session;
|
||||
class Bundle;
|
||||
|
||||
class ControlProtocol : public PBD::Stateful, public PBD::ScopedConnectionList, public BasicUI
|
||||
class LIBCONTROLCP_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