diff options
-rw-r--r-- | Examples/ocaml/stl/example.i | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Examples/ocaml/stl/example.i b/Examples/ocaml/stl/example.i index 3bbea0f47..19a80a605 100644 --- a/Examples/ocaml/stl/example.i +++ b/Examples/ocaml/stl/example.i @@ -3,11 +3,10 @@ #include "example.h" %} +#define ENABLE_CHARPTR_ARRAY +#define ENABLE_STRING_VECTOR %include stl.i %feature("director"); -namespace std { - %template(StringVector) std::vector<string>; -}; %include example.h |