add in intended %apply

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9092 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2006-05-05 23:26:36 +00:00
commit b523aaba5e

View file

@ -23,6 +23,7 @@
%typemap(freearg) SWIGTYPE * ""
%apply SWIGTYPE* {CharPtr};
%apply SWIGTYPE* {CCharPtr};
%inline %{
typedef char* CharPtr;