summaryrefslogtreecommitdiff
path: root/libs/ardour/midi_patch_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/midi_patch_manager.cc')
-rw-r--r--libs/ardour/midi_patch_manager.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/ardour/midi_patch_manager.cc b/libs/ardour/midi_patch_manager.cc
index f523ab056f..307655bff8 100644
--- a/libs/ardour/midi_patch_manager.cc
+++ b/libs/ardour/midi_patch_manager.cc
@@ -32,7 +32,6 @@
#include "i18n.h"
using namespace std;
-using namespace sigc;
using namespace ARDOUR;
using namespace MIDI;
using namespace MIDI::Name;
@@ -45,7 +44,7 @@ void
MidiPatchManager::set_session (Session& s)
{
_session = &s;
- _session->GoingAway.connect (mem_fun (*this, &MidiPatchManager::drop_session));
+ _session->GoingAway.connect (sigc::mem_fun (*this, &MidiPatchManager::drop_session));
refresh();
}