From 047b2059cf11a93fcc288117988e8e5e8a5e4b44 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 11 Oct 2004 17:12:43 +0000 Subject: [PATCH 1/1] forward declare wxPyTaskBarIcon git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29785 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 8a3429c77b..2859590f09 100644 --- a/wxPython/include/wx/wxPython/pyclasses.h +++ b/wxPython/include/wx/wxPython/pyclasses.h @@ -181,6 +181,7 @@ class wxPyListCtrl; class wxPyControl; class wxPyPrintout; class wxGenericDragImage; +class wxPyTaskBarIcon; #ifdef __WXMAC__ -- 2.47.2