diff options
Diffstat (limited to 'swig/plist.i')
-rw-r--r-- | swig/plist.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swig/plist.i b/swig/plist.i index 278ca7a..2458f39 100644 --- a/swig/plist.i +++ b/swig/plist.i @@ -7,7 +7,7 @@ %} %include "std_string.i" - +%include "stdint.i" %typemap(out) std::vector<char> { $result = SWIG_FromCharPtrAndSize((const char*)&($1[0]),(int)($1.size())); |