From: Vadim Zeitlin Date: Mon, 15 Oct 2001 21:28:46 +0000 (+0000) Subject: reveretd change commenting out IMPLEMENT_DYNAMIC_CLASS X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a93e536be025cae6ebdae27c940a72ff59c0a006?ds=sidebyside reveretd change commenting out IMPLEMENT_DYNAMIC_CLASS git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/statbar.cpp b/src/common/statbar.cpp index f868fbb29c..bd3a277d88 100644 --- a/src/common/statbar.cpp +++ b/src/common/statbar.cpp @@ -38,7 +38,7 @@ // wxStatusBarBase implementation // ============================================================================ -// IMPLEMENT_DYNAMIC_CLASS(wxStatusBar, wxWindow) This doesn't beling here, RR +IMPLEMENT_DYNAMIC_CLASS(wxStatusBar, wxWindow) // ---------------------------------------------------------------------------- // ctor/dtor