From b0dda1ccccb53f8bb7ad59c96252647f8e4aa124 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 7 Feb 2007 03:22:42 +0000 Subject: Mad sed-fu for consistent private member naming. git-svn-id: http://svn.drobilla.net/lad/patchage@286 a436a847-0d15-0410-975c-d299462d15a1 --- src/LashDriver.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/LashDriver.h') diff --git a/src/LashDriver.h b/src/LashDriver.h index 9f361d7..be4827e 100644 --- a/src/LashDriver.h +++ b/src/LashDriver.h @@ -31,7 +31,7 @@ public: void attach(bool launch_daemon); void detach(); - bool is_attached() const { return lash_enabled(m_client); } + bool is_attached() const { return lash_enabled(_client); } bool connect(boost::shared_ptr, boost::shared_ptr) { return false; } @@ -44,9 +44,9 @@ public: void process_events(); private: - Patchage* m_app; - lash_client_t* m_client; - lash_args_t* m_args; + Patchage* _app; + lash_client_t* _client; + lash_args_t* _args; void handle_event(lash_event_t* conf); void handle_config(lash_config_t* conf); -- cgit v1.2.1