Commit e6a0149e authored by Jonathan Beck's avatar Jonathan Beck

Declare binary sequence in swig header.

parent 68f45cab
......@@ -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[];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment