From: Giuseppe Bilotta Date: Mon, 8 Aug 2011 14:15:53 +0000 (+0200) Subject: Respect base virtual functions' signatures X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=34492ce4803982a0aab84be88eab24b6ff0b4c3b;p=zefram%2Fminetest%2Fminetest_engine.git Respect base virtual functions' signatures --- diff --git a/src/debug.h b/src/debug.h index 234b7c74..f3cfe88b 100644 --- a/src/debug.h +++ b/src/debug.h @@ -85,7 +85,7 @@ public: return c; } - int xsputn(const char *s, int n) + std::streamsize xsputn(const char *s, std::streamsize n) { for(int i=0; i