From: Julian Smart Date: Sun, 8 Feb 2004 11:57:59 +0000 (+0000) Subject: Fixed RTTI X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a20ad557cc449cd9b2b7de625006235ab3516635 Fixed RTTI git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/contrib/src/ogl/bmpshape.cpp b/contrib/src/ogl/bmpshape.cpp index 682bb2ebdc..0eae99ed7b 100644 --- a/contrib/src/ogl/bmpshape.cpp +++ b/contrib/src/ogl/bmpshape.cpp @@ -36,7 +36,7 @@ * */ -IMPLEMENT_DYNAMIC_CLASS(wxBitmapShape, wxShape) +IMPLEMENT_DYNAMIC_CLASS(wxBitmapShape, wxRectangleShape) wxBitmapShape::wxBitmapShape():wxRectangleShape(100.0, 50.0) {