X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ef0e92205a01c7d0ca6f381cc690cb5d4fa595c9..96c9640205933ad0673d5af2c96af0816c50160c:/include/wx/statbmp.h?ds=sidebyside diff --git a/include/wx/statbmp.h b/include/wx/statbmp.h index 9278aa0974..b188edce7b 100644 --- a/include/wx/statbmp.h +++ b/include/wx/statbmp.h @@ -40,7 +40,7 @@ public: return wxIcon(); } - // overriden base class virtuals + // overridden base class virtuals virtual bool AcceptsFocus() const { return false; } virtual bool HasTransparentBackground() { return true; } @@ -50,7 +50,7 @@ protected: virtual wxSize DoGetBestSize() const; - DECLARE_NO_COPY_CLASS(wxStaticBitmapBase) + wxDECLARE_NO_COPY_CLASS(wxStaticBitmapBase); }; #if defined(__WXUNIVERSAL__)