X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3571e1add4e6ceb45ad88c224c432609f837a8dd..5c06430713828161946b48938d4510609f90a25c:/src/generic/commandlinkbuttong.cpp?ds=inline diff --git a/src/generic/commandlinkbuttong.cpp b/src/generic/commandlinkbuttong.cpp index 2895e970ce..287bd7a46c 100644 --- a/src/generic/commandlinkbuttong.cpp +++ b/src/generic/commandlinkbuttong.cpp @@ -24,11 +24,7 @@ #include "wx/commandlinkbutton.h" #include "wx/artprov.h" -#if wxUSE_EXTENDED_RTTI - wxIMPLEMENT_DYNAMIC_CLASS_XTI(wxCommandLinkButton, wxButton, "wx/commandlinkbutton.h") -#else - wxIMPLEMENT_DYNAMIC_CLASS(wxCommandLinkButton, wxButton) -#endif // wxUSE_EXTENDED_RTTI +wxIMPLEMENT_DYNAMIC_CLASS_XTI(wxCommandLinkButton, wxButton, "wx/commandlinkbutton.h") // ---------------------------------------------------------------------------- // Generic command link button