From 32b6e2f295b2aa5f01afe31115d4aac62feedc09 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 8 Aug 2014 01:02:47 +0000 Subject: Fix compilation with GCC 4.6. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5419 a436a847-0d15-0410-975c-d299462d15a1 --- ingen/client/ThreadedSigClientInterface.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ingen/client/ThreadedSigClientInterface.hpp') diff --git a/ingen/client/ThreadedSigClientInterface.hpp b/ingen/client/ThreadedSigClientInterface.hpp index dbfe23bb..ab9a7ee9 100644 --- a/ingen/client/ThreadedSigClientInterface.hpp +++ b/ingen/client/ThreadedSigClientInterface.hpp @@ -144,8 +144,8 @@ private: Raul::SRSWQueue _sigs; - using Properties = Resource::Properties; - using Graph = Resource::Graph; + typedef Resource::Properties Properties; + typedef Resource::Graph Graph; sigc::slot bundle_begin_slot; sigc::slot bundle_end_slot; -- cgit v1.2.1