summaryrefslogtreecommitdiffstats
path: root/src/MCLogger.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/MCLogger.h')
-rw-r--r--src/MCLogger.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/MCLogger.h b/src/MCLogger.h
index c105ab6e2..4550cc55d 100644
--- a/src/MCLogger.h
+++ b/src/MCLogger.h
@@ -51,6 +51,10 @@ private:
/// Common initialization for all constructors, creates a logfile with the specified name and assigns s_MCLogger to this
void InitLog(const AString & a_FileName);
+
+ /** Flag to show whether a 'replace line' log command has been issued
+ Used to decide when to put a newline */
+ bool m_BeginLineUpdate;
}; // tolua_export