]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/gdiobj.h
Use CmdDown in mouse events instead of ControlDown so Mac users can
[wxWidgets.git] / include / wx / gtk / gdiobj.h
index 12e15f3e0f0a5194949b01f2db487918a74e338f..ffc2b72c20a9dc26cc4e18e8a5e07b28d213b3c9 100644 (file)
@@ -7,17 +7,12 @@
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-
 #ifndef __GDIOBJH__
 #define __GDIOBJH__
 
 #include "wx/object.h"
 
-#if defined(__GNUG__) && !defined(__APPLE__)
-#pragma interface
-#endif
-
-class wxGDIObject : public wxObject
+class WXDLLIMPEXP_CORE wxGDIObject : public wxObject
 {
 public:
     inline wxGDIObject() { m_visible = FALSE; };