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
commit 8014af974d

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"