From 2277aeccc861f2a83b8ee13c5ce2d5ad9668974d Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Mon, 15 Oct 2001 10:07:20 +0000 Subject: [PATCH] wxStatusBar doesn't link with double IMPLEMENT... macros. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12005 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 bd3a277d88..f868fbb29c 100644 --- a/src/common/statbar.cpp +++ b/src/common/statbar.cpp @@ -38,7 +38,7 @@ // wxStatusBarBase implementation // ============================================================================ -IMPLEMENT_DYNAMIC_CLASS(wxStatusBar, wxWindow) +// IMPLEMENT_DYNAMIC_CLASS(wxStatusBar, wxWindow) This doesn't beling here, RR // ---------------------------------------------------------------------------- // ctor/dtor