summaryrefslogtreecommitdiffstats
path: root/src/engine/ConnectionImpl.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-12-25 02:11:22 +0000
committerDavid Robillard <d@drobilla.net>2010-12-25 02:11:22 +0000
commit70ae08dce381a848d03c40741c56c5117918b832 (patch)
treef13d082ecdda11de74b4a25a0c1fe50908fc58e4 /src/engine/ConnectionImpl.hpp
parenta9c6a95eda8e730f7f1bd603c6eec4ced09643dc (diff)
downloadingen-70ae08dce381a848d03c40741c56c5117918b832.tar.gz
ingen-70ae08dce381a848d03c40741c56c5117918b832.tar.bz2
ingen-70ae08dce381a848d03c40741c56c5117918b832.zip
Remove useless templatification of RingBuffer.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2783 a436a847-0d15-0410-975c-d299462d15a1
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;