Fixed RTTI

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2004-02-08 11:57:59 +00:00
parent 2b3644c715
commit a20ad557cc

View File

@@ -36,7 +36,7 @@
*
*/
IMPLEMENT_DYNAMIC_CLASS(wxBitmapShape, wxShape)
IMPLEMENT_DYNAMIC_CLASS(wxBitmapShape, wxRectangleShape)
wxBitmapShape::wxBitmapShape():wxRectangleShape(100.0, 50.0)
{