mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Remove using namespace Gtk; from headers
This causes issues if the header is included early on in particular a conflict with gdkx.h The reference to ‘Window’ is ambiguous `Gtk::Window` vs [X11]Window.
This commit is contained in:
parent
1da131db41
commit
036ad841bf
3 changed files with 0 additions and 6 deletions
|
|
@ -26,8 +26,6 @@
|
|||
|
||||
#include "gtkmm2ext/visibility.h"
|
||||
|
||||
using namespace Gtk;
|
||||
|
||||
namespace Gtk {
|
||||
class ColorSelectionDialog;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,8 +30,6 @@
|
|||
|
||||
#include "gtkmm2ext/visibility.h"
|
||||
|
||||
using namespace Gtk;
|
||||
|
||||
namespace Gtkmm2ext {
|
||||
|
||||
class LIBGTKMM2EXT_API CellRendererPixbufMulti : public Gtk::CellRenderer
|
||||
|
|
|
|||
|
|
@ -27,8 +27,6 @@
|
|||
|
||||
#include "gtkmm2ext/visibility.h"
|
||||
|
||||
using namespace Gtk;
|
||||
|
||||
namespace Gtkmm2ext {
|
||||
|
||||
class LIBGTKMM2EXT_API CellRendererPixbufToggle : public Gtk::CellRenderer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue