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/PatchageFlowCanvas.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/PatchageFlowCanvas.h') diff --git a/src/PatchageFlowCanvas.h b/src/PatchageFlowCanvas.h index 6af51f7..f2a126f 100644 --- a/src/PatchageFlowCanvas.h +++ b/src/PatchageFlowCanvas.h @@ -36,7 +36,7 @@ using namespace LibFlowCanvas; class PatchageFlowCanvas : public FlowCanvas { public: - PatchageFlowCanvas(Patchage* m_app, int width, int height); + PatchageFlowCanvas(Patchage* _app, int width, int height); boost::shared_ptr find_module(const string& name, ModuleType type); #ifdef HAVE_ALSA @@ -48,7 +48,7 @@ public: void status_message(const string& msg); private: - Patchage* m_app; + Patchage* _app; }; -- cgit v1.2.1