Fix the SWIG warning in the SWIG interface files
This keeps the .cpp and .h files clean.
This commit is contained in:
@ -204,9 +204,7 @@ namespace PolyVox
|
||||
|
||||
// Non-member overloaded operators.
|
||||
/// Stream insertion operator.
|
||||
#if !defined SWIG
|
||||
std::ostream& operator<<(std::ostream& os, const Region& region);
|
||||
#endif
|
||||
|
||||
// Functions to be inlined to to be in the header rather than the .cpp.
|
||||
// 'inline' keyword is used for the definition rather than the declaration.
|
||||
|
Reference in New Issue
Block a user