From 5268059f5d4ca9325a78da688a7622898354215a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 13 May 2009 04:44:01 +0000 Subject: Remove 'using' declarations from headers. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1993 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/ConnectionImpl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine/ConnectionImpl.hpp') diff --git a/src/engine/ConnectionImpl.hpp b/src/engine/ConnectionImpl.hpp index 3b357906..48bc72df 100644 --- a/src/engine/ConnectionImpl.hpp +++ b/src/engine/ConnectionImpl.hpp @@ -75,7 +75,7 @@ public: inline bool need_buffer() const { return must_mix(); } inline bool can_direct() const { return _mode == DIRECT; } - DataType type() const { return _src_port->type(); } + Shared::DataType type() const { return _src_port->type(); } protected: enum { DIRECT, MIX, COPY, EXTEND } _mode; -- cgit v1.2.1