X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fio%2Fasset.h;h=e83355ed72981fc33228c0c4c04d48a76d069780;hb=9b38e20254913629a0db40e8eb8e1c42e1728e41;hp=c5b98cbfe9abe764fe2945ee964daa904ad00d05;hpb=7ad451f4b5e4352d15165f472a00cf33957a1687;p=libs%2Fcore.git diff --git a/source/io/asset.h b/source/io/asset.h index c5b98cb..e83355e 100644 --- a/source/io/asset.h +++ b/source/io/asset.h @@ -16,7 +16,7 @@ class Asset: public Seekable private: struct Private; - Private *priv; + Private *priv = 0; public: Asset(const std::string &);