summaryrefslogtreecommitdiff
path: root/Examples/ocaml/strings_test/example.i
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/ocaml/strings_test/example.i')
-rw-r--r--Examples/ocaml/strings_test/example.i1
1 files changed, 1 insertions, 0 deletions
diff --git a/Examples/ocaml/strings_test/example.i b/Examples/ocaml/strings_test/example.i
index d360715c1..e0697b061 100644
--- a/Examples/ocaml/strings_test/example.i
+++ b/Examples/ocaml/strings_test/example.i
@@ -12,4 +12,5 @@ using std::string;
%}
%include "std_string.i"
+%apply std::string& INOUT { std::string &inout }
%include example.h