Removed the trailing ; after namespace {...} declariations in headers
which was being picked as a warning under Codewarrior.
This commit is contained in:
@@ -124,7 +124,6 @@ class OSGDB_EXPORT ReaderWriter : public osg::Referenced
|
||||
virtual WriteResult writeNode(const osg::Node& /*node*/,const std::string& /*fileName*/,const Options* =NULL) { return WriteResult(WriteResult::FILE_NOT_HANDLED); }
|
||||
};
|
||||
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
#endif // OSG_READERWRITER
|
||||
|
||||
Reference in New Issue
Block a user