From 9d3734c8997cf1eb5e04bf3ae930f8f191b09705 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 30 Mar 2004 01:52:07 +0000 Subject: [PATCH] Forward declare wxPyScrolledWindow git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26481 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 518aab0184..51919fda90 100644 --- a/wxPython/include/wx/wxPython/pyclasses.h +++ b/wxPython/include/wx/wxPython/pyclasses.h @@ -186,6 +186,7 @@ class wxPyVScrolledWindow; class wxPyVListBox; class wxPyHtmlListBox; class wxPyPanel; +class wxPyScrolledWindow; class wxPyPopupTransientWindow; class wxPyPreviewFrame; class wxPyWindow; -- 2.50.0