summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_video_infobox.cc
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2013-07-21 18:49:29 +1000
committerTim Mayberry <mojofunk@gmail.com>2013-07-22 13:44:32 +1000
commit533e40ca52c9a8f969405d4afbb82552956445ae (patch)
tree9dc76e73de6f8e2f0fca61fb9fcf931c6a1ae662 /gtk2_ardour/export_video_infobox.cc
parentf383585094528b62585d9a534a1ea6eff62ed42f (diff)
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
Diffstat (limited to 'gtk2_ardour/export_video_infobox.cc')
-rw-r--r--gtk2_ardour/export_video_infobox.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/export_video_infobox.cc b/gtk2_ardour/export_video_infobox.cc
index fbe28bd821..a3e356decc 100644
--- a/gtk2_ardour/export_video_infobox.cc
+++ b/gtk2_ardour/export_video_infobox.cc
@@ -18,6 +18,9 @@
*/
#include "ardour/session.h"
+#ifdef interface
+#undef interface
+#endif
#include "export_video_infobox.h"
#include "i18n.h"