]> git.saurik.com Git - wxWidgets.git/commitdiff
wxStatusBar doesn't link with double IMPLEMENT... macros.
authorRobert Roebling <robert@roebling.de>
Mon, 15 Oct 2001 10:07:20 +0000 (10:07 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 15 Oct 2001 10:07:20 +0000 (10:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12005 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/statbar.cpp

index bd3a277d88e0fbba791ab95bd9ed61ab7f62cec3..f868fbb29cb8c00405efcafe12d5d399f5146c43 100644 (file)
@@ -38,7 +38,7 @@
 // wxStatusBarBase implementation
 // ============================================================================
 
-IMPLEMENT_DYNAMIC_CLASS(wxStatusBar, wxWindow)
+// IMPLEMENT_DYNAMIC_CLASS(wxStatusBar, wxWindow)     This doesn't beling here, RR
 
 // ----------------------------------------------------------------------------
 // ctor/dtor