From 64d32e3b073afdb96b47e6ecedb54e47cc2f6cd8 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 4 Jan 2010 14:53:44 +0000 Subject: [PATCH] Fix warning. git-svn-id: svn://localhost/ardour2/branches/3.0@6441 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/surfaces/control_protocol/basic_ui.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/surfaces/control_protocol/basic_ui.cc b/libs/surfaces/control_protocol/basic_ui.cc index 8bb353edd4..2c3305e66f 100644 --- a/libs/surfaces/control_protocol/basic_ui.cc +++ b/libs/surfaces/control_protocol/basic_ui.cc @@ -297,7 +297,7 @@ BasicUI::sample_to_timecode (nframes_t sample, Timecode::Time& timecode, bool us } #if 0 -this stuff is waiting to go in so that all UI's can offer complex solo/mute functionality +this stuff is waiting to go in so that all UIs can offer complex solo/mute functionality void BasicUI::solo_release (boost::shared_ptr r)