aboutsummaryrefslogtreecommitdiff
path: root/src/libmain/loggers.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libmain/loggers.hh')
-rw-r--r--src/libmain/loggers.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libmain/loggers.hh b/src/libmain/loggers.hh
index f9ba5ee5e..cada03110 100644
--- a/src/libmain/loggers.hh
+++ b/src/libmain/loggers.hh
@@ -12,8 +12,8 @@ enum class LogFormat {
barWithLogs,
};
-void setLogFormat(const string &logFormatStr);
-void setLogFormat(const LogFormat &logFormat);
+void setLogFormat(const std::string & logFormatStr);
+void setLogFormat(const LogFormat & logFormat);
void createDefaultLogger();