mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
removed un needed mutex, and added copy ctors to line logger and friends
This commit is contained in:
@@ -37,7 +37,7 @@ protected:
|
||||
|
||||
class null_sink:public base_sink {
|
||||
protected:
|
||||
void sink_it_(const std::string& msg) override
|
||||
void sink_it_(const std::string& ) override
|
||||
{}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user