aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils/timer.h
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-06-19 18:13:57 -0400
committerJack Lloyd <[email protected]>2019-06-19 18:13:57 -0400
commit938563c0d287ee1234e1728c44e81be287bed4d1 (patch)
tree393060c35500c8843f67c48780f67c80398bde76 /src/lib/utils/timer.h
parent19337fb7be51bb385df962bc389f5a13927dfa23 (diff)
Fix some LGTM issues
Diffstat (limited to 'src/lib/utils/timer.h')
-rw-r--r--src/lib/utils/timer.h1
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();