X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fmutex.h;h=dc9a2285be5919c519c7d67d7adfdee9ebea0711;hb=5763dd6e8089c97699cbcbd221afb7fe1841bcdd;hp=3d3dc84dd3bca28e65c0ea770b00cc6851b6f552;hpb=c3e242c2629cbc9645258b30aaf07b7285d4372b;p=libs%2Fcore.git diff --git a/source/core/mutex.h b/source/core/mutex.h index 3d3dc84..dc9a228 100644 --- a/source/core/mutex.h +++ b/source/core/mutex.h @@ -17,7 +17,7 @@ class Mutex: private NonCopyable private: struct Private; - Private *priv; + Private *priv = 0; public: Mutex();