13
0

(3.0) fix compile error related to Controllable/shared_ptr confusion post-merge

git-svn-id: svn://localhost/ardour2/branches/3.0@3251 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2008-04-12 14:02:00 +00:00
parent aae8262a36
commit 2656e0a43b

View File

@ -349,7 +349,7 @@ GenericMidiControlProtocol::set_state (const XMLNode& node)
// Are we using the autobinding feature? If so skip this part
if ( !auto_binding ) {
Controllable* c;
boost::shared_ptr<Controllable> c;
{
Glib::Mutex::Lock lm (pending_lock);