Fix some compiler warnings/errors. Error in llinventorymodelbackgroundfetch was introduced by partial commit.

This commit is contained in:
Shyotl
2013-01-20 17:10:38 -06:00
parent e622e03d2a
commit dc106c5442
6 changed files with 8 additions and 3 deletions

View File

@@ -776,7 +776,7 @@ std::streamsize llstdio_filebuf::xsgetn(char_type* __s, std::streamsize __n)
return __ret;
}
std::streamsize llstdio_filebuf::xsputn(char_type* __s, std::streamsize __n)
std::streamsize llstdio_filebuf::xsputn(char_type const* __s, std::streamsize __n)
{
// Optimization in the always_noconv() case, to be generalized in the
// future: when __n is sufficiently large we write directly instead of