summaryrefslogtreecommitdiffstats
path: root/src/Log.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Log.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Log.cpp b/src/Log.cpp
index 3938f2c24..cbb83097c 100644
--- a/src/Log.cpp
+++ b/src/Log.cpp
@@ -18,8 +18,7 @@
cLog* cLog::s_Log = NULL;
cLog::cLog(const AString & a_FileName )
- : m_File(NULL),
- m_LastStringSize(0)
+ : m_File(NULL)
{
s_Log = this;