]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/evtloop.h
wxCocoa: Added NSScrollView definition
[wxWidgets.git] / include / wx / evtloop.h
index 80f0916e85c1549e85b82d4c3dc2c9e9516e1d7b..354a5534839896ead59f296b4e3dbd233887d21e 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_EVTLOOP_H_
 #define _WX_EVTLOOP_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #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_