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:
Vadim Zeitlin 2021-11-04 00:24:41 +01:00
parent 63a229a40f
commit 8014af974d
1 changed files with 0 additions and 4 deletions

View File

@ -5,9 +5,5 @@
#include "example.h"
%}
%typemap(in) double {
/* hello */
}
/* Let's just grab the original header file here */
%include "example.h"