]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/choice.h
ported wxSVG contrib to bakefile (patch #778614)
[wxWidgets.git] / include / wx / msw / choice.h
index 9ca576cd7c9c58ae0b9247aa0c7638098ca2f33e..f637232317a84cf2a06d50d97e2ad5b3a6b5ea19 100644 (file)
@@ -22,8 +22,6 @@
 
 class WXDLLEXPORT wxChoice : public wxChoiceBase
 {
-    DECLARE_DYNAMIC_CLASS(wxChoice)
-
 public:
     // ctors
     wxChoice() { }
@@ -85,6 +83,8 @@ protected:
 
     // free all memory we have (used by Clear() and dtor)
     void Free();
+
+    DECLARE_DYNAMIC_CLASS_NO_COPY(wxChoice)
 };
 
 #endif // _WX_CHOICE_H_