X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fdc468a0a6476eff5996c80580e27b506340c305..cdcc1edaf27a71689a5880e5c558a6273731ef1d:/src/univ/button.cpp diff --git a/src/univ/button.cpp b/src/univ/button.cpp index 4d9a843084..b26b313082 100644 --- a/src/univ/button.cpp +++ b/src/univ/button.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: univ/button.cpp +// Name: src/univ/button.cpp // Purpose: wxButton // Author: Vadim Zeitlin // Modified by: @@ -79,8 +79,6 @@ static const wxCoord DEFAULT_BTN_MARGIN_Y = 0; // implementation // ============================================================================ -IMPLEMENT_DYNAMIC_CLASS(wxButton, wxControl) - // ---------------------------------------------------------------------------- // creation // ----------------------------------------------------------------------------