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

This commit is contained in:
Robert Osfield 2014-05-15 14:57:28 +00:00
parent d8a06f827e
commit 5b60708e80

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;
}