Fix the SWIG warning in the SWIG interface files

This keeps the .cpp and .h files clean.
This commit is contained in:
Matt Williams
2013-07-22 16:10:31 +01:00
parent 3971e6415c
commit 7ee913c8a8
4 changed files with 6 additions and 5 deletions

View File

@ -68,6 +68,7 @@ EXTRACTOR(shortname, LargeVolume)
%ignore *::operator-=;
%ignore *::operator*=;
%ignore *::operator/=;
%ignore *::operator<<; //This is covered by STR()
#endif
%include "stdint.i"