From Sebastian Messerschmidt, "There was some small error due to MS non-conformity handling comments correctly."
This commit is contained in:
parent
d8a06f827e
commit
5b60708e80
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user