Skip to content

Commit

Permalink
Fix build break for clang 10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyan.ycf committed Sep 30, 2020
1 parent 6d9dcf7 commit 3a928dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bvar/scoped_timer.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class ScopedTimer {

private:
DISALLOW_COPY_AND_ASSIGN(ScopedTimer);
const int64_t _start_time;
int64_t _start_time;
T* _bvar;
};
} // namespace bvar
Expand Down

0 comments on commit 3a928dd

Please sign in to comment.