Update android_sink.h

pull/690/head
Bousk 8 years ago committed by GitHub
parent 36b4457dea
commit 91cd92f80e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -30,7 +30,7 @@ namespace sinks {
class android_sink : public sink class android_sink : public sink
{ {
public: public:
explicit android_sink(const std::string &tag = "spdlog", bool use_raw_msg = false) explicit android_sink(const string &tag = "spdlog", bool use_raw_msg = false)
: _tag(tag) : _tag(tag)
, _use_raw_msg(use_raw_msg) , _use_raw_msg(use_raw_msg)
{ {
@ -81,7 +81,7 @@ private:
} }
} }
std::string _tag; string _tag;
bool _use_raw_msg; bool _use_raw_msg;
}; };

Loading…
Cancel
Save