X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fio%2Fasset.cpp;fp=source%2Fio%2Fasset.cpp;h=9284f97107f9e19a2eacfb121ddcd43c0c09e3b3;hp=526133e3c383a95a49a6438676fb025c2e0981c3;hb=03862ac4f38db0799872850dc4ab43b88688e4eb;hpb=35589b9f994ef827c34fe6ac91c8344c2a351412 diff --git a/source/io/asset.cpp b/source/io/asset.cpp index 526133e..9284f97 100644 --- a/source/io/asset.cpp +++ b/source/io/asset.cpp @@ -15,7 +15,7 @@ void Asset::set_inherit(bool) throw logic_error("Asset::set_inherit"); } -unsigned Asset::do_write(const char *, unsigned) +size_t Asset::do_write(const char *, size_t) { throw invalid_access(M_WRITE); }