Commit 96de96b7 by Corentin Wallez

Initialize Win32Timer::mRunning as a bool

Change-Id: I1770684217239bcbdf2bb07f4867e1427577a01f Reviewed-on: https://chromium-review.googlesource.com/269121Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Tested-by: 's avatarCorentin Wallez <cwallez@chromium.org>
parent e737b06c
......@@ -7,7 +7,7 @@
#include "win32/Win32Timer.h"
Win32Timer::Win32Timer()
: mRunning(0),
: mRunning(false),
mStartTime(0),
mStopTime(0)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment