summaryrefslogtreecommitdiff
path: root/src/utils/tokencollector.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/tokencollector.hpp')
-rw-r--r--src/utils/tokencollector.hpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/utils/tokencollector.hpp b/src/utils/tokencollector.hpp
index 036ffe36..aaee191e 100644
--- a/src/utils/tokencollector.hpp
+++ b/src/utils/tokencollector.hpp
@@ -149,18 +149,18 @@ class TokenCollector
int mNumberOfActions;
/**
- * \brief The number of seconds between the creation of TokenCollector
- * and the last removeOutdated.
- */
- time_t mTimeNow;
-
- /**
* \brief The time that TokenCollector was created, used for keeping
* the variable times low numbers.
*/
time_t mTimeStart;
/**
+ * \brief The number of seconds between the creation of TokenCollector
+ * and the last removeOutdated.
+ */
+ time_t mTimeNow;
+
+ /**
* \brief Pointer to the owner of this TokenCollector object.
*/
T * mOwner;