fix wrong apply

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6811 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-12-01 01:07:12 +00:00
commit 96b723b0da

View file

@ -149,7 +149,7 @@
//%apply const int& { const Hello& };
%apply void* { pint };
%apply const void*& { const pint& };
%apply void* const& { const pint& };
//