From 39d5400b39c8089287d5d294becae1268d232d31 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/ingen@286 a436a847-0d15-0410-975c-d299462d15a1 --- src/progs/ingenuity/DSSIModule.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/progs/ingenuity/DSSIModule.cpp') diff --git a/src/progs/ingenuity/DSSIModule.cpp b/src/progs/ingenuity/DSSIModule.cpp index 350c72aa..cbcdedf8 100644 --- a/src/progs/ingenuity/DSSIModule.cpp +++ b/src/progs/ingenuity/DSSIModule.cpp @@ -30,7 +30,7 @@ void DSSIModule::on_double_click(GdkEventButton* ev) { /* - DSSIController* dc = dynamic_cast(m_node); + DSSIController* dc = dynamic_cast(_node); if (!dc || ! dc->attempt_to_show_gui()) show_control_window(); */ -- cgit v1.2.1