switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
git-svn-id: svn://localhost/ardour2/branches/3.0@6372 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -1617,7 +1617,7 @@ ImageFrameSocketHandler::handle_rename_marker_view(const char* msg)
|
||||
void
|
||||
ImageFrameSocketHandler::handle_session_name_request(const char* msg)
|
||||
{
|
||||
ARDOUR::Session* currentSession = thePublicEditor.current_session() ;
|
||||
ARDOUR::Session* currentSession = thePublicEditor.session() ;
|
||||
|
||||
if(currentSession == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user