From 220f2d5c4d561b4ea7dd87a6d972a0e87b9ec558 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 27 Nov 2001 02:51:47 +0000 Subject: [PATCH] Changes needed to solve wxPython's OOR problem for the wxOGL shapes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/include/wx/ogl/basic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/include/wx/ogl/basic.h b/contrib/include/wx/ogl/basic.h index d447693dfa..1127a23ef2 100644 --- a/contrib/include/wx/ogl/basic.h +++ b/contrib/include/wx/ogl/basic.h @@ -124,7 +124,7 @@ class WXDLLEXPORT wxExprDatabase; -class wxShapeEvtHandler: public wxObject +class wxShapeEvtHandler: public wxObject, public wxClientDataContainer { DECLARE_DYNAMIC_CLASS(wxShapeEvtHandler) -- 2.47.2