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.
This commit is contained in:
parent
48329f8d6e
commit
557031ca11
@ -27,7 +27,6 @@
|
||||
#include "osc.h"
|
||||
#include "osc_controllable.h"
|
||||
|
||||
using namespace sigc;
|
||||
using namespace PBD;
|
||||
using namespace ARDOUR;
|
||||
using namespace ArdourSurface;
|
||||
|
Loading…
Reference in New Issue
Block a user