From e6a0149e3be353da436c9b3cbc960233c2df2076 Mon Sep 17 00:00:00 2001 From: Jonathan Beck Date: Sat, 17 Oct 2009 01:02:00 +0200 Subject: Declare binary sequence in swig header. --- swig/plist.i | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'swig') 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; +}; + %rename(__assign__) *::operator=; %rename(__getitem__) *::operator[]; -- cgit v1.1-32-gdbae