Commit 3a928ddb authored by shuyan.ycf's avatar shuyan.ycf

Fix build break for clang 10.0.1

parent 6d9dcf7e
......@@ -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