X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fio%2Fasset.h;fp=source%2Fio%2Fasset.h;h=e83355ed72981fc33228c0c4c04d48a76d069780;hp=c5b98cbfe9abe764fe2945ee964daa904ad00d05;hb=122846f0881673770d88eff7d925ecf25c01b62e;hpb=b116e161e377da0e4e52f07745ecb2d22f962ae9 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 &);