summaryrefslogtreecommitdiffstats
path: root/ingen/client/PortModel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/client/PortModel.hpp')
-rw-r--r--ingen/client/PortModel.hpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/ingen/client/PortModel.hpp b/ingen/client/PortModel.hpp
index 647aa922..5903e865 100644
--- a/ingen/client/PortModel.hpp
+++ b/ingen/client/PortModel.hpp
@@ -20,13 +20,12 @@
#include <cstdlib>
#include <string>
+#include "ingen/client/ObjectModel.hpp"
+#include "ingen/ingen.h"
#include "ingen/types.hpp"
-
#include "lv2/lv2plug.in/ns/ext/port-props/port-props.h"
#include "lv2/lv2plug.in/ns/lv2core/lv2.h"
-#include "ingen/client/ObjectModel.hpp"
-
namespace Raul { class Path; }
namespace Ingen {
@@ -36,7 +35,7 @@ namespace Client {
*
* @ingroup IngenClient
*/
-class PortModel : public ObjectModel
+class INGEN_API PortModel : public ObjectModel
{
public:
enum class Direction { INPUT, OUTPUT };