diff options
Diffstat (limited to 'ingen/client/ThreadedSigClientInterface.hpp')
-rw-r--r-- | ingen/client/ThreadedSigClientInterface.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
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<Closure> _sigs; - using Properties = Resource::Properties; - using Graph = Resource::Graph; + typedef Resource::Properties Properties; + typedef Resource::Graph Graph; sigc::slot<void> bundle_begin_slot; sigc::slot<void> bundle_end_slot; |