13
0

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:14:51 -04:00
parent abd478d1c8
commit ef3ea6c6a6
6 changed files with 24 additions and 0 deletions

View File

@ -20,6 +20,10 @@
#ifndef __gtkmm2ext_auto_spin_h__
#define __gtkmm2ext_auto_spin_h__
#ifdef interface
#undef interface
#endif
#include <gtkmm.h>
namespace Gtkmm2ext {

View File

@ -20,6 +20,10 @@
#ifndef __gtkmm2ext_click_box_h__
#define __gtkmm2ext_click_box_h__
#ifdef interface
#undef interface
#endif
#include <string>
#include <gtkmm.h>

View File

@ -20,6 +20,10 @@
#ifndef __ardour_gtk_doi_h__
#define __ardour_gtk_doi_h__
#ifdef interface
#undef interface
#endif
#include <gtkmm.h>
/* XXX g++ 2.95 can't compile this as pair of member function templates */

View File

@ -20,6 +20,10 @@
#ifndef __qui_popup_h__
#define __qui_popup_h__
#ifdef interface
#undef interface
#endif
#include <string>
#include <gtkmm.h>

View File

@ -19,6 +19,10 @@
#ifndef __gtkselector_h__
#define __gtkselector_h__
#ifdef interface
#undef interface
#endif
#include <string>
#include <vector>

View File

@ -19,6 +19,10 @@
#ifndef __gtkmm2ext_slider_controller_h__
#define __gtkmm2ext_slider_controller_h__
#ifdef interface
#undef interface
#endif
#include <gtkmm.h>
#include <gtkmm2ext/popup.h>
#include <gtkmm2ext/pixfader.h>