Fix the SWIG warning in the SWIG interface files
This keeps the .cpp and .h files clean.
This commit is contained in:
@ -68,6 +68,7 @@ EXTRACTOR(shortname, LargeVolume)
|
||||
%ignore *::operator-=;
|
||||
%ignore *::operator*=;
|
||||
%ignore *::operator/=;
|
||||
%ignore *::operator<<; //This is covered by STR()
|
||||
#endif
|
||||
|
||||
%include "stdint.i"
|
||||
|
@ -4,6 +4,10 @@
|
||||
#include "Region.h"
|
||||
%}
|
||||
|
||||
%extend PolyVox::Region {
|
||||
STR()
|
||||
};
|
||||
|
||||
%ignore depth;
|
||||
%ignore height;
|
||||
%ignore width;
|
||||
|
Reference in New Issue
Block a user