aboutsummaryrefslogtreecommitdiff
path: root/src/libmain/loggers.hh
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-06-11 15:39:08 +0200
committerEelco Dolstra <edolstra@gmail.com>2020-06-11 15:39:08 +0200
commit8bd892117a324c22803366b872bfe7ed783b34eb (patch)
tree0364c931cf72fe5c929251649e24ab9b10fea233 /src/libmain/loggers.hh
parent801112de1af8e519e29e1e1c678f97de45a8c49d (diff)
Style fixes
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();