summaryrefslogtreecommitdiffstats
path: root/src/common/logger.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/logger.h')
-rw-r--r--src/common/logger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/logger.h b/src/common/logger.h
index 1b3829c..a67aefe 100644
--- a/src/common/logger.h
+++ b/src/common/logger.h
@@ -49,7 +49,7 @@ enum LogType
*
* @brief Class for loggin information to file or console
*
-*/
+*/
class CLogger : public CSingleton<CLogger>
{
public: