mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
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:
parent
01ed4f3388
commit
5cafb98983
9 changed files with 34 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue