From a2c53287f89531c751ada31a769330a91e27025c Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sun, 12 Feb 2006 08:17:29 +0000 Subject: [PATCH] Forward decalre wxPyFindSwigType git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_core_api.i | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wxPython/src/_core_api.i b/wxPython/src/_core_api.i index b508c8a518..1761c48813 100644 --- a/wxPython/src/_core_api.i +++ b/wxPython/src/_core_api.i @@ -19,6 +19,10 @@ // Helper functions for dealing with SWIG objects and such. These are // located here so they know about the SWIG types and functions declared // in the wrapper code. + +static +swig_type_info* wxPyFindSwigType(const wxChar* className); + %} -- 2.45.2