summaryrefslogtreecommitdiffstats
path: root/src/engine/ConnectionImpl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/ConnectionImpl.hpp')
-rw-r--r--src/engine/ConnectionImpl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/ConnectionImpl.hpp b/src/engine/ConnectionImpl.hpp
index e08d0ec4..ea38226f 100644
--- a/src/engine/ConnectionImpl.hpp
+++ b/src/engine/ConnectionImpl.hpp
@@ -96,7 +96,7 @@ public:
protected:
void dump() const;
- Raul::RingBuffer<LV2_Atom>* _queue;
+ Raul::RingBuffer* _queue;
BufferFactory& _bufs;
PortImpl* const _src_port;