From 458c588e2c7dfe7c0e62647fb5e0d0c06cdf8f04 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 16 Feb 2009 05:13:05 +0000 Subject: Don't bind playlist_modified with a shared_ptr parameter. Clean up. git-svn-id: svn://localhost/ardour2/branches/3.0@4599 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/midi_channel_selector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/midi_channel_selector.h') diff --git a/gtk2_ardour/midi_channel_selector.h b/gtk2_ardour/midi_channel_selector.h index a72bea0cf1..7485f96257 100644 --- a/gtk2_ardour/midi_channel_selector.h +++ b/gtk2_ardour/midi_channel_selector.h @@ -33,7 +33,7 @@ class MidiChannelSelector : public Gtk::Table { public: - MidiChannelSelector(int no_rows = 4, int no_columns = 4, int start_row = 0, int start_column = 0); + MidiChannelSelector(int n_rows = 4, int n_columns = 4, int start_row = 0, int start_column = 0); virtual ~MidiChannelSelector() = 0; sigc::signal mode_changed; -- cgit v1.2.3