]> git.saurik.com Git - wxWidgets.git/commitdiff
Forward decalre wxPyFindSwigType
authorRobin Dunn <robin@alldunn.com>
Sun, 12 Feb 2006 08:17:29 +0000 (08:17 +0000)
committerRobin Dunn <robin@alldunn.com>
Sun, 12 Feb 2006 08:17:29 +0000 (08:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_core_api.i

index b508c8a518251b8c3d9ea4d64dcea4722bbf37ba..1761c488133dfdbb6ca1962145818bca305d3b9f 100644 (file)
 // 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);
 %}