]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/statbox.h
Fix some wrong code: add parentheses to correct precedence,
[wxWidgets.git] / include / wx / msw / statbox.h
index 2e18c72266580dfcf3f65202ff5685e36fddc5d7..56556a4c06a24d3f0d360480a77ccce66b127e60 100644 (file)
@@ -51,7 +51,7 @@ protected:
     virtual wxSize DoGetBestSize() const;
 
 private:
-    DECLARE_DYNAMIC_CLASS(wxStaticBox)
+    DECLARE_DYNAMIC_CLASS_NO_COPY(wxStaticBox)
 };
 
 #endif