Removed the trailing ; after namespace {...} declariations in headers
which was being picked as a warning under Codewarrior.
This commit is contained in:
@@ -42,6 +42,6 @@ OSGDB_EXPORT extern osg::Node* readNodeFile(const std::string& filename);
|
||||
* than one subgraph has been loaded.*/
|
||||
OSGDB_EXPORT extern osg::Node* readNodeFiles(std::vector<std::string>& commandLine);
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user