From: Robin Dunn Date: Tue, 30 Mar 2004 01:52:07 +0000 (+0000) Subject: Forward declare wxPyScrolledWindow X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9d3734c8997cf1eb5e04bf3ae930f8f191b09705 Forward declare wxPyScrolledWindow git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26481 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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;