diff options
| author | 2022-01-25 13:59:42 +0000 | |
|---|---|---|
| committer | 2022-01-25 14:02:36 +0000 | |
| commit | d79147e7afe2eca34780c607f78b11f8b3dd017d (patch) | |
| tree | a3f9a145dd53f9c1c268ac9b521ac907b802eab0 /include/timer.h | |
| parent | Fix a few Doxygen comment errors. (diff) | |
Abolish the infernal space before accessibility keywords.
Diffstat (limited to 'include/timer.h')
| -rw-r--r-- | include/timer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/timer.h b/include/timer.h index ecea0556b..3a0127b7d 100644 --- a/include/timer.h +++ b/include/timer.h @@ -52,7 +52,7 @@ class CoreExport Timer */ bool repeat; - public: +public: /** Default constructor, initializes the triggering time * @param secs_from_now The number of seconds from now to trigger the timer * @param repeating Repeat this timer every secs_from_now seconds if set to true @@ -127,7 +127,7 @@ class CoreExport TimerManager final */ TimerMap Timers; - public: +public: /** Tick all pending Timers */ void TickTimers(); |
