Silence all the SWIG warning hopefully

This commit is contained in:
Matt Williams
2012-11-17 13:44:27 +00:00
parent 0566645c9e
commit 27f943adb3
3 changed files with 9 additions and 0 deletions

View File

@ -26,6 +26,9 @@ const char* __str__() {
%feature("autodoc", "1");
//This will rename "operator=" to "assign" since Python doesn't have assignment
%rename(assign) *::operator=;
%include "stdint.i"
%include "std_vector.i"
%include "Vector.i"