]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/radiobut.h
Updated to Scintilla 1.54
[wxWidgets.git] / include / wx / msw / radiobut.h
index ea577bca889cb9d4f98b6e0156f95ccfdede10bd..4294d847c26cd3146ddcdced332b2ad9b91d5d69 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_RADIOBUT_H_
 #define _WX_RADIOBUT_H_
 
 #ifndef _WX_RADIOBUT_H_
 #define _WX_RADIOBUT_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "radiobut.h"
 #endif
 
     #pragma interface "radiobut.h"
 #endif
 
@@ -66,7 +66,7 @@ private:
     // see the comments in SetFocus()
     bool m_focusJustSet;
 
     // see the comments in SetFocus()
     bool m_focusJustSet;
 
-    DECLARE_DYNAMIC_CLASS(wxRadioButton)
+    DECLARE_DYNAMIC_CLASS_NO_COPY(wxRadioButton)
 };
 
 #endif
 };
 
 #endif