Removed the trailing ; after namespace {...} declariations in headers
which was being picked as a warning under Codewarrior.
This commit is contained in:
@@ -288,7 +288,7 @@ inline std::ostream& operator<< (std::ostream& os, const Matrix& m )
|
||||
}
|
||||
|
||||
|
||||
}; //namespace osg
|
||||
} //namespace osg
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user