summaryrefslogtreecommitdiffstats
path: root/src/engine/AudioDriver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/AudioDriver.hpp')
-rw-r--r--src/engine/AudioDriver.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/AudioDriver.hpp b/src/engine/AudioDriver.hpp
index e40558ea..33c9d5ef 100644
--- a/src/engine/AudioDriver.hpp
+++ b/src/engine/AudioDriver.hpp
@@ -21,7 +21,7 @@
#include "raul/Path.hpp"
#include "Driver.hpp"
#include "types.hpp"
-#include "interface/DataType.hpp"
+#include "interface/PortType.hpp"
namespace Raul { class Path; }
@@ -40,7 +40,7 @@ class ProcessContext;
class AudioDriver : public Driver
{
public:
- AudioDriver() : Driver(Shared::DataType::AUDIO) {}
+ AudioDriver() : Driver(Shared::PortType::AUDIO) {}
virtual void set_root_patch(PatchImpl* patch) = 0;
virtual PatchImpl* root_patch() = 0;