summaryrefslogtreecommitdiffstats
path: root/src/progs/ingenuity/NodeMenu.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-02-07 03:22:42 +0000
committerDavid Robillard <d@drobilla.net>2007-02-07 03:22:42 +0000
commit39d5400b39c8089287d5d294becae1268d232d31 (patch)
tree0cf73ef86233121bc7f0408ca536aad196d3166c /src/progs/ingenuity/NodeMenu.h
parente135edf1e65ac978f86f4849bd3667299dd69c7e (diff)
downloadingen-39d5400b39c8089287d5d294becae1268d232d31.tar.gz
ingen-39d5400b39c8089287d5d294becae1268d232d31.tar.bz2
ingen-39d5400b39c8089287d5d294becae1268d232d31.zip
Mad sed-fu for consistent private member naming.
git-svn-id: http://svn.drobilla.net/lad/ingen@286 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/progs/ingenuity/NodeMenu.h')
-rw-r--r--src/progs/ingenuity/NodeMenu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/progs/ingenuity/NodeMenu.h b/src/progs/ingenuity/NodeMenu.h
index 46b4d2b3..d3b5f94e 100644
--- a/src/progs/ingenuity/NodeMenu.h
+++ b/src/progs/ingenuity/NodeMenu.h
@@ -50,7 +50,7 @@ public:
bool has_control_inputs();
//virtual void show_menu(GdkEventButton* event)
- //{ m_menu.popup(event->button, event->time); }
+ //{ _menu.popup(event->button, event->time); }
protected:
@@ -64,7 +64,7 @@ protected:
void on_menu_learn();
void on_menu_disconnect_all();
- //Gtk::Menu m_menu;
+ //Gtk::Menu _menu;
SharedPtr<NodeModel> _node;
Glib::RefPtr<Gtk::MenuItem> _controls_menuitem;
};