mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
(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:
parent
aae8262a36
commit
2656e0a43b
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue