]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed RTTI
authorJulian Smart <julian@anthemion.co.uk>
Sun, 8 Feb 2004 11:57:59 +0000 (11:57 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 8 Feb 2004 11:57:59 +0000 (11:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/src/ogl/bmpshape.cpp

index 682bb2ebdcc4dfdb13204b3425194aa1da53aace..0eae99ed7bfa3aeb2bc8aff0c3ae702f6ae258c1 100644 (file)
@@ -36,7 +36,7 @@
  *
  */
 
-IMPLEMENT_DYNAMIC_CLASS(wxBitmapShape, wxShape)
+IMPLEMENT_DYNAMIC_CLASS(wxBitmapShape, wxRectangleShape)
 
 wxBitmapShape::wxBitmapShape():wxRectangleShape(100.0, 50.0)
 {