From c9e889723b7af832322d178975e6e440d6cd3ae5 Mon Sep 17 00:00:00 2001 From: LDA Date: Mon, 26 Jun 2023 11:48:27 -0700 Subject: resolved most of the compiler warnings/errors under gcc also update xxhash and tinyformat --- source/core/StarTime.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'source/core/StarTime.hpp') diff --git a/source/core/StarTime.hpp b/source/core/StarTime.hpp index e4dd274..a071df5 100644 --- a/source/core/StarTime.hpp +++ b/source/core/StarTime.hpp @@ -85,6 +85,7 @@ public: // Constructs a stopped timer whose time is up. Timer(); Timer(Timer const& timer); + Timer& operator=(Timer const& timer); // Start the timer with the given time left. void restart(double timeLeft); -- cgit v1.2.3