mirror of https://github.com/swig/swig
Revert accidental change to Python example
This was done way back in f84342a30
(Modified parameter handling using
typemaps. 'Reference' example. Visibility hint now applies only to the
global functions., 2008-06-28), surely accidentally.
This commit is contained in:
parent
63a229a40f
commit
8014af974d
|
@ -5,9 +5,5 @@
|
|||
#include "example.h"
|
||||
%}
|
||||
|
||||
%typemap(in) double {
|
||||
/* hello */
|
||||
}
|
||||
|
||||
/* Let's just grab the original header file here */
|
||||
%include "example.h"
|
||||
|
|
Loading…
Reference in New Issue