summaryrefslogtreecommitdiffstats
path: root/src/Log.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Log.cpp')
-rw-r--r--src/Log.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Log.cpp b/src/Log.cpp
index 26112877..06bb1955 100644
--- a/src/Log.cpp
+++ b/src/Log.cpp
@@ -75,7 +75,7 @@ Log::trace(const std::string& msg)
}
void
-Log::print(FILE* stream, const std::string& msg)
+Log::print(FILE* stream, const std::string& msg) const
{
fprintf(stream, "%s", msg.c_str());
if (_flush) {