diff options
author | Jack Lloyd <[email protected]> | 2019-06-19 18:13:57 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-06-19 18:13:57 -0400 |
commit | 938563c0d287ee1234e1728c44e81be287bed4d1 (patch) | |
tree | 393060c35500c8843f67c48780f67c80398bde76 /src/lib/utils/timer.h | |
parent | 19337fb7be51bb385df962bc389f5a13927dfa23 (diff) |
Fix some LGTM issues
Diffstat (limited to 'src/lib/utils/timer.h')
-rw-r--r-- | src/lib/utils/timer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/utils/timer.h b/src/lib/utils/timer.h index 5182aa2eb..f54c81fb6 100644 --- a/src/lib/utils/timer.h +++ b/src/lib/utils/timer.h @@ -40,6 +40,7 @@ class BOTAN_TEST_API Timer final {} Timer(const Timer& other) = default; + Timer& operator=(const Timer& other) = default; void start(); |