mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
underscore first in members
This commit is contained in:
@@ -11,7 +11,7 @@ public:
|
||||
virtual ~ostream_sink() = default;
|
||||
|
||||
protected:
|
||||
virtual void sink_it_(const std::string& msg) override {
|
||||
virtual void _sink_it(const std::string& msg) override {
|
||||
_ostream << msg;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user