X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fio%2Fasset.cpp;h=9284f97107f9e19a2eacfb121ddcd43c0c09e3b3;hb=85ef592fb1eab68283b12607701e4fb9b9014630;hp=526133e3c383a95a49a6438676fb025c2e0981c3;hpb=7ad451f4b5e4352d15165f472a00cf33957a1687;p=libs%2Fcore.git 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); }