From 7eb1849da7c9473c5242665b9a28081034ec6876 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 22 Jan 2007 05:00:29 +0000 Subject: Created Raul namespace. git-svn-id: http://svn.drobilla.net/lad/patchage@265 a436a847-0d15-0410-975c-d299462d15a1 --- src/JackDriver.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/JackDriver.h b/src/JackDriver.h index 5f5777b..2df9789 100644 --- a/src/JackDriver.h +++ b/src/JackDriver.h @@ -50,7 +50,7 @@ public: bool is_attached() const { return (m_client != NULL); } bool is_realtime() const { return m_client && jack_is_realtime(m_client); } - SRSWQueue& events() { return m_events; } + Raul::SRSWQueue& events() { return m_events; } void refresh(); @@ -106,7 +106,7 @@ private: Patchage* m_app; jack_client_t* m_client; - SRSWQueue m_events; + Raul::SRSWQueue m_events; bool m_is_activated; jack_position_t m_last_pos; -- cgit v1.2.1