diff options
author | Jack Lloyd <[email protected]> | 2017-09-30 15:09:17 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-09-30 15:09:17 -0400 |
commit | d6fe1fd536feca8683eafbf7e01fb5533506e4a5 (patch) | |
tree | 0621b0ea5b270c2870cc3258b3dab789dde81a51 | |
parent | ff0a08adee128460df08513327c84067110f8ea1 (diff) |
Use class here
-rw-r--r-- | src/cli/speed.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/speed.cpp b/src/cli/speed.cpp index 717c39cde..83bb29efa 100644 --- a/src/cli/speed.cpp +++ b/src/cli/speed.cpp @@ -211,7 +211,7 @@ class Timer return (milliseconds() < msec.count()); } - struct Timer_Scope + class Timer_Scope { public: explicit Timer_Scope(Timer& timer) |