]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/spinbutt.h
Fix some wrong code: add parentheses to correct precedence,
[wxWidgets.git] / include / wx / msw / spinbutt.h
index 295ea3867daee2e43af908e926936491dc3d2a9d..721ae2017af0e8d835edb10f57b48a47f18fde37 100644 (file)
@@ -63,7 +63,7 @@ protected:
    virtual wxSize DoGetBestSize() const;
 
 private:
-    DECLARE_DYNAMIC_CLASS(wxSpinButton)
+    DECLARE_DYNAMIC_CLASS_NO_COPY(wxSpinButton)
 };
 
 #endif