From d3d0f6ec7fcb078ec757f7b949347d95a888e1dc Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 19 Nov 2003 06:39:29 +0000 Subject: [PATCH] Fix compilation error in gizmos git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24595 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/include/wx/wxPython/pyclasses.h | 1 + 1 file changed, 1 insertion(+) diff --git a/wxPython/include/wx/wxPython/pyclasses.h b/wxPython/include/wx/wxPython/pyclasses.h index f08745cb87..f07a5de918 100644 --- a/wxPython/include/wx/wxPython/pyclasses.h +++ b/wxPython/include/wx/wxPython/pyclasses.h @@ -135,6 +135,7 @@ class wxPyPrintPreview; class wxPyListCtrl; class wxPyControl; class wxPyPrintout; +class wxGenericDragImage; #ifdef __WXMAC__ -- 2.45.2