Fixed clang-tidy warnings

This commit is contained in:
gabime
2018-09-27 01:14:35 +03:00
parent 7af3f014af
commit a06d32ae19
5 changed files with 8 additions and 8 deletions

View File

@@ -137,7 +137,7 @@ public:
virtual std::shared_ptr<logger> clone(std::string logger_name);
protected:
virtual void sink_it_(details::log_msg &msg);
virtual void sink_it_(const details::log_msg &msg);
virtual void flush_();
bool should_flush_(const details::log_msg &msg);