]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/evtloop.h
We surely don't need two debugging sections,
[wxWidgets.git] / include / wx / evtloop.h
index 4ff934f8a719fb431bd037c35510cee125a22d13..e2ae68ce6c013cf1bed6361081e3551ac6fc80d2 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_EVTLOOP_H_
 #define _WX_EVTLOOP_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
     #pragma interface "evtloop.h"
 #endif
 
@@ -55,6 +55,8 @@ protected:
     class WXDLLEXPORT wxEventLoopImpl *m_impl;
     // the pointer to currently active loop
     static wxEventLoop *ms_activeLoop;
+
+    DECLARE_NO_COPY_CLASS(wxEventLoop)
 };
 
 #endif // _WX_EVTLOOP_H_