summaryrefslogtreecommitdiff
path: root/libs/surfaces/osc
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2016-06-18 11:41:12 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2016-06-18 11:41:12 +0100
commit557031ca117195fea781ef9c9cfb634f847ecce1 (patch)
tree69ccb680962f9cf728822ab15d2a38c46ce03fd4 /libs/surfaces/osc
parent48329f8d6ee89480f93747f08603c7aed4d07f36 (diff)
Remove confusion over ambiguous symbols
libboost and libsigc++ both contain symbols called _1() / _2() etc. Forcing the use of namespace sigc causes us to use the ones from sigc++ when in fact, we want the ones from boost. Hopefully this fix will work for all compilers.
Diffstat (limited to 'libs/surfaces/osc')
-rw-r--r--libs/surfaces/osc/osc_controllable.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/surfaces/osc/osc_controllable.cc b/libs/surfaces/osc/osc_controllable.cc
index 4e6aa3b078..23bc4a79fb 100644
--- a/libs/surfaces/osc/osc_controllable.cc
+++ b/libs/surfaces/osc/osc_controllable.cc
@@ -27,7 +27,6 @@
#include "osc.h"
#include "osc_controllable.h"
-using namespace sigc;
using namespace PBD;
using namespace ARDOUR;
using namespace ArdourSurface;