]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/button.h
Incorrect placement of the '*' in the line "const wxChar* WXDLLIMPEXP_ODBC". It...
[wxWidgets.git] / include / wx / msw / button.h
index 571024979335d69490bd912a6ac9d2e526d4d447..15bdaf3482acff470c017b9019e4f7181b174c0b 100644 (file)
@@ -78,10 +78,10 @@ protected:
 
     // usually overridden base class virtuals
     virtual wxSize DoGetBestSize() const;
-    virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
+    virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const ;
 
 private:
-    DECLARE_DYNAMIC_CLASS(wxButton)
+    DECLARE_DYNAMIC_CLASS_NO_COPY(wxButton)
 };
 
 #endif