summaryrefslogtreecommitdiffstats
path: root/src/Log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Log.h')
-rw-r--r--src/Log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Log.h b/src/Log.h
index 6944edd88..c9ca17864 100644
--- a/src/Log.h
+++ b/src/Log.h
@@ -11,6 +11,7 @@ private:
FILE * m_File;
static cLog * s_Log;
+ size_t m_LastStringSize;
public: