diff options
Diffstat (limited to 'source/core/StarTime.hpp')
-rw-r--r-- | source/core/StarTime.hpp | 1 |
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); |