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:
parent
42f7bb05f6
commit
96b723b0da
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@
|
|||
//%apply const int& { const Hello& };
|
||||
|
||||
%apply void* { pint };
|
||||
%apply const void*& { const pint& };
|
||||
%apply void* const& { const pint& };
|
||||
|
||||
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue