Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
JaySon-Huang authored and ti-chi-bot committed Nov 9, 2023
1 parent 07100b1 commit 95784f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbms/src/Common/Stopwatch.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class Stopwatch
UInt64 start_ns = 0;
UInt64 stop_ns = 0;
UInt64 last_ns = 0;
const clockid_t clock_type;
clockid_t clock_type;
bool is_running = false;

// Get current nano seconds, ensuring the return value is not
Expand Down

0 comments on commit 95784f7

Please sign in to comment.