summaryrefslogtreecommitdiff
path: root/gtk2_ardour/video_server_dialog.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/video_server_dialog.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/video_server_dialog.cc')
-rw-r--r--gtk2_ardour/video_server_dialog.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk2_ardour/video_server_dialog.cc b/gtk2_ardour/video_server_dialog.cc
index 8838409ccf..a8383f4d23 100644
--- a/gtk2_ardour/video_server_dialog.cc
+++ b/gtk2_ardour/video_server_dialog.cc
@@ -29,6 +29,10 @@
#include "ardour/template_utils.h"
#include "ardour/session.h"
+#ifdef interface
+#undef interface
+#endif
+
#include "video_server_dialog.h"
#include "utils_videotl.h"
#include "i18n.h"