]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/radiobox.h
made definition of wxUSE_LOG_DEBUG dependent on wxDEBUG_LEVEL and added wxUSE_LOG_TRA...
[wxWidgets.git] / include / wx / msw / radiobox.h
index a0809e76fcce2e4d53a67708b19c9208f29bd103..ecb9e3efabc4f9b37fbbdea0924570b85d84902c 100644 (file)
@@ -175,7 +175,7 @@ protected:
 
 private:
     DECLARE_DYNAMIC_CLASS(wxRadioBox)
-    DECLARE_NO_COPY_CLASS(wxRadioBox)
+    wxDECLARE_NO_COPY_CLASS(wxRadioBox);
 };
 
 #endif