From 3a5d834643fe2b57436600e9886a6777e2e12735 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 15 May 2014 14:58:43 +0000 Subject: [PATCH] From Sebastian Messershmidt, "There was some small error due to MS non-conformity handling comments correctly." --- src/osg/Notify.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osg/Notify.cpp b/src/osg/Notify.cpp index a4c4b8575..7b722d7a3 100644 --- a/src/osg/Notify.cpp +++ b/src/osg/Notify.cpp @@ -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; }