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 @@ | |||
| 7 | %} | 7 | %} |
| 8 | 8 | ||
| 9 | %include "std_string.i" | 9 | %include "std_string.i" |
| 10 | 10 | %include "stdint.i" | |
| 11 | 11 | ||
| 12 | %typemap(out) std::vector<char> { | 12 | %typemap(out) std::vector<char> { |
| 13 | $result = SWIG_FromCharPtrAndSize((const char*)&($1[0]),(int)($1.size())); | 13 | $result = SWIG_FromCharPtrAndSize((const char*)&($1[0]),(int)($1.size())); |
