summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-08-01 17:19:38 +0000
committerDavid Robillard <d@drobilla.net>2006-08-01 17:19:38 +0000
commit79fc27de2ef9db51a8c7c69764b663a9921c5a40 (patch)
tree09d5e86fa212f2b8dde0811b2c9e8cc7cfbc7136 /gtk2_ardour/mixer_strip.cc
parent9d5d82b4df5b3510177fd31557ac765f46778fe8 (diff)
Mostly Cosmetic/Design changes to bring trunk and midi branch closer
git-svn-id: svn://localhost/ardour2/branches/midi@733 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/mixer_strip.cc')
-rw-r--r--gtk2_ardour/mixer_strip.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/mixer_strip.cc b/gtk2_ardour/mixer_strip.cc
index cd2b2c15ba..8258eb3c00 100644
--- a/gtk2_ardour/mixer_strip.cc
+++ b/gtk2_ardour/mixer_strip.cc
@@ -744,7 +744,7 @@ MixerStrip::fast_update ()
}
void
-MixerStrip::diskstream_changed (void *src)
+MixerStrip::diskstream_changed ()
{
Gtkmm2ext::UI::instance()->call_slot (mem_fun(*this, &MixerStrip::update_diskstream_display));
}