From 5cafb98983adf47c2daa4480e04984309355b7bf Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 11 Jul 2013 15:29:28 -0400 Subject: 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 --- gtk2_ardour/export_format_dialog.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gtk2_ardour/export_format_dialog.h') diff --git a/gtk2_ardour/export_format_dialog.h b/gtk2_ardour/export_format_dialog.h index 8d37ded2cd..3e38cf09d6 100644 --- a/gtk2_ardour/export_format_dialog.h +++ b/gtk2_ardour/export_format_dialog.h @@ -32,6 +32,10 @@ #include "ardour_dialog.h" #include "audio_clock.h" +#ifdef interface +#undef interface +#endif + #include class ExportFormatDialog : public ArdourDialog, public PBD::ScopedConnectionList { -- cgit v1.2.3