diff options
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(); |