]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/checklst.h
Patch #826420, and also adapted to new SWIG
[wxWidgets.git] / include / wx / msw / checklst.h
index ffc70a0a512e7759e5e9d4df7d8234cb3e16ab2a..96df78ad124b6bfd33ad337d4d24a77f0e6e1a5d 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef   __CHECKLST__H_
 #define   __CHECKLST__H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "checklst.h"
 #endif
 
@@ -78,7 +78,7 @@ private:
   size_t    m_nItemHeight;  // height of checklistbox items (the same for all)
 
   DECLARE_EVENT_TABLE()
-  DECLARE_DYNAMIC_CLASS(wxCheckListBox)
+  DECLARE_DYNAMIC_CLASS_NO_COPY(wxCheckListBox)
 };
 
 #endif    //_CHECKLST_H