Use swig::PyObject_ptr name instead of swig::PyItem

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7826 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2005-11-08 16:01:15 +00:00
commit 7c8bf2d69e
4 changed files with 17 additions and 10 deletions

View file

@ -14,4 +14,4 @@
%template(pyset) std::set<swig::PyItem>;
%template(pyset) std::set<swig::PyObject_ptr>;