]> git.saurik.com Git - wxWidgets.git/commitdiff
Changes needed to solve wxPython's OOR problem for the wxOGL shapes.
authorRobin Dunn <robin@alldunn.com>
Tue, 27 Nov 2001 02:51:47 +0000 (02:51 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 27 Nov 2001 02:51:47 +0000 (02:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/include/wx/ogl/basic.h

index d447693dfaa134376cf4ca0413f6ac4ef06a783a..1127a23ef2a82c85b90f3381ecfd4a4e6526fa8c 100644 (file)
@@ -124,7 +124,7 @@ class WXDLLEXPORT wxExprDatabase;
 
 
 
-class wxShapeEvtHandler: public wxObject
+class wxShapeEvtHandler: public wxObject, public wxClientDataContainer
 {
  DECLARE_DYNAMIC_CLASS(wxShapeEvtHandler)