Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/core/StarTime.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/StarTime.hpp')
-rw-r--r--source/core/StarTime.hpp1
1 files changed, 1 insertions, 0 deletions
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);