]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listbox.h
Implement wxChoice including sorting and client data
[wxWidgets.git] / include / wx / msw / listbox.h
index dc2659dac3915b97d8e158d219f67499d18d4ea8..ad18e8530ee97fef31327869a9852c473c9d28e1 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_LISTBOX_H_
 #define _WX_LISTBOX_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "listbox.h"
 #endif
 
@@ -129,7 +129,7 @@ protected:
 #endif
 
 private:
-    DECLARE_DYNAMIC_CLASS(wxListBox)
+    DECLARE_DYNAMIC_CLASS_NO_COPY(wxListBox)
 };
 
 #endif // wxUSE_LISTBOX