X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fcore%2Fmutex.h;fp=source%2Fcore%2Fmutex.h;h=dc9a2285be5919c519c7d67d7adfdee9ebea0711;hp=3d3dc84dd3bca28e65c0ea770b00cc6851b6f552;hb=122846f0881673770d88eff7d925ecf25c01b62e;hpb=b116e161e377da0e4e52f07745ecb2d22f962ae9 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();