Unverified Commit a4e28d68 authored by jamesge's avatar jamesge Committed by GitHub

Merge pull request #1261 from thanksunix/clang-build

Fix build break for clang 10.0.1
parents 6d9dcf7e 3a928ddb
......@@ -51,7 +51,7 @@ public:
private:
DISALLOW_COPY_AND_ASSIGN(ScopedTimer);
const int64_t _start_time;
int64_t _start_time;
T* _bvar;
};
} // namespace bvar
......
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