Work around badly chosen argument name in giomm/dbusmessage.h

interface is defined in windows/mingw headers. hopefully this will
be fixed in giomm at some point and this crap can be removed
This commit is contained in:
Paul Davis 2013-07-11 15:29:28 -04:00
parent 01ed4f3388
commit 5cafb98983
9 changed files with 34 additions and 1 deletions

View file

@ -25,6 +25,10 @@
#include "ardour/export_profile_manager.h"
#ifdef interface
#undef interface
#endif
#include <gtkmm.h>
#include <sigc++/signal.h>
#include <boost/shared_ptr.hpp>