diff options
-rw-r--r-- | swig/plist.i | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/swig/plist.i b/swig/plist.i index 1ab35b5..91124b2 100644 --- a/swig/plist.i +++ b/swig/plist.i @@ -25,6 +25,10 @@ PListNode *allocate_plist_wrapper(plist_t plist, char should_keep_plist) { %include "stl.i" +namespace std { + %template(vectorc) vector<char>; +}; + %rename(__assign__) *::operator=; %rename(__getitem__) *::operator[]; |