removed un needed mutex, and added copy ctors to line logger and friends

This commit is contained in:
gabime
2014-02-09 01:25:23 +02:00
parent 514526ed7a
commit d60e971dec
9 changed files with 210 additions and 208 deletions

View File

@@ -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
{}
};
}