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.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/common/logger.h b/src/common/logger.h
index c7953d7..fc43735 100644
--- a/src/common/logger.h
+++ b/src/common/logger.h
@@ -21,6 +21,7 @@
#include <string>
#include <cstdarg>
+#include <cstdio>
#include <common/singleton.h>
@@ -104,9 +105,6 @@ class CLogger : public CSingleton<CLogger>
*/
void SetLogLevel(LogType level);
- static CLogger& GetInstance();
- static CLogger* GetInstancePointer();
-
private:
std::string mFilename;
FILE *mFile;