summaryrefslogtreecommitdiffstats
path: root/src/Configuration.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Configuration.hpp')
-rw-r--r--src/Configuration.hpp10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/Configuration.hpp b/src/Configuration.hpp
index c39ab01..81b9e84 100644
--- a/src/Configuration.hpp
+++ b/src/Configuration.hpp
@@ -17,6 +17,7 @@
#ifndef PATCHAGE_CONFIGURATION_HPP
#define PATCHAGE_CONFIGURATION_HPP
+#include "PortType.hpp"
#include "SignalDirection.hpp"
#include <boost/optional.hpp>
@@ -25,15 +26,6 @@
#include <map>
#include <string>
-enum class PortType
-{
- jack_audio,
- jack_midi,
- alsa_midi,
- jack_osc,
- jack_cv,
-};
-
#define N_PORT_TYPES 5
struct Coord