diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-06-11 15:39:08 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-06-11 15:39:08 +0200 |
commit | 8bd892117a324c22803366b872bfe7ed783b34eb (patch) | |
tree | 0364c931cf72fe5c929251649e24ab9b10fea233 /src/libmain/loggers.hh | |
parent | 801112de1af8e519e29e1e1c678f97de45a8c49d (diff) |
Style fixes
Diffstat (limited to 'src/libmain/loggers.hh')
-rw-r--r-- | src/libmain/loggers.hh | 4 |
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(); |