Respect base virtual functions' signatures
This commit is contained in:
@@ -85,7 +85,7 @@ class Debugbuf : public std::streambuf
|
||||
|
||||
return c;
|
||||
}
|
||||
int xsputn(const char *s, int n)
|
||||
std::streamsize xsputn(const char *s, std::streamsize n)
|
||||
{
|
||||
for(int i=0; i<DEBUGSTREAM_COUNT; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user