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 6b5ea8dc..1a611846 100644
--- a/src/engine/AudioDriver.hpp
+++ b/src/engine/AudioDriver.hpp
@@ -42,9 +42,9 @@ public:
AudioDriver() : Driver(DataType::AUDIO) {}
virtual void set_root_patch(PatchImpl* patch) = 0;
- virtual PatchImpl* root_patch() = 0;
+ virtual PatchImpl* root_patch() = 0;
- virtual void add_port(DriverPort* port) = 0;
+ virtual void add_port(DriverPort* port) = 0;
virtual DriverPort* remove_port(const Raul::Path& path) = 0;
virtual SampleCount buffer_size() const = 0;