From Sebastian Messershmidt, "There was some small error due to MS non-conformity handling comments correctly."

This commit is contained in:
Robert Osfield
2014-05-15 14:58:43 +00:00
parent 2ab66723d5
commit 3a5d834643

View File

@@ -29,7 +29,7 @@ namespace osg
class NullStreamBuffer : public std::streambuf
{
private:
std::streamsize xsputn(const std::streambuf::char_type */*str*/, std::streamsize n)
std::streamsize xsputn(const std::streambuf::char_type * /*str*/, std::streamsize n)
{
return n;
}