Removed the trailing ; after namespace {...} declariations in headers
which was being picked as a warning under Codewarrior.
This commit is contained in:
@@ -40,6 +40,6 @@ OSGDB_EXPORT extern bool writeImageFile(const osg::Image& image, const std::stri
|
||||
OSGDB_EXPORT extern bool writeNodeFile(const osg::Node& node, const std::string& filename);
|
||||
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user