Skip to content

Commit

Permalink
Merge pull request apache#1261 from thanksunix/clang-build
Browse files Browse the repository at this point in the history
Fix build break for clang 10.0.1
  • Loading branch information
jamesge authored Oct 3, 2020
2 parents 6d9dcf7 + 3a928dd commit a4e28d6
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 a4e28d6

Please sign in to comment.