From a93e536be025cae6ebdae27c940a72ff59c0a006 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 15 Oct 2001 21:28:46 +0000 Subject: [PATCH] reveretd change commenting out IMPLEMENT_DYNAMIC_CLASS git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/statbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0