summaryrefslogtreecommitdiff
path: root/Examples/ocaml/stl
diff options
context:
space:
mode:
authorZackery Spytz <zspytz@gmail.com>2019-01-16 00:53:13 -0700
committerZackery Spytz <zspytz@gmail.com>2019-01-16 00:53:13 -0700
commita641966e0b06e748b745a17e5e8afdb2352e0d0b (patch)
tree05b6916b668f91f8bb184e5b596f9fe7da7adcc8 /Examples/ocaml/stl
parentfa0c3fe5c2cc1d592808025986b6b9d49bbab490 (diff)
downloadswig-a641966e0b06e748b745a17e5e8afdb2352e0d0b.tar.gz
[OCaml] Add a callback example
It is based on the the Python and Go examples.
Diffstat (limited to 'Examples/ocaml/stl')
-rw-r--r--Examples/ocaml/stl/example.i2
1 files changed, 0 insertions, 2 deletions
diff --git a/Examples/ocaml/stl/example.i b/Examples/ocaml/stl/example.i
index 19a80a605..214ac47a5 100644
--- a/Examples/ocaml/stl/example.i
+++ b/Examples/ocaml/stl/example.i
@@ -7,6 +7,4 @@
#define ENABLE_STRING_VECTOR
%include stl.i
-%feature("director");
-
%include example.h