X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ef0e92205a01c7d0ca6f381cc690cb5d4fa595c9..e143fb636d50d5802dcc8c7c2e9e8e2944afa467:/include/wx/button.h diff --git a/include/wx/button.h b/include/wx/button.h index 519d0b7ffe..25d56365f0 100644 --- a/include/wx/button.h +++ b/include/wx/button.h @@ -81,7 +81,7 @@ protected: // choose the default border for this window virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; } - DECLARE_NO_COPY_CLASS(wxButtonBase) + wxDECLARE_NO_COPY_CLASS(wxButtonBase); }; #if defined(__WXUNIVERSAL__)