mirror of
https://github.com/gabime/spdlog.git
synced 2025-02-24 09:21:39 +08:00
Replaced SPDLOG_FINAL macro with final
This commit is contained in:
parent
5cd24f3033
commit
5ec4e60424
@ -27,7 +27,7 @@ namespace sinks {
|
|||||||
* Android sink (logging using __android_log_write)
|
* Android sink (logging using __android_log_write)
|
||||||
*/
|
*/
|
||||||
template<typename Mutex>
|
template<typename Mutex>
|
||||||
class android_sink SPDLOG_FINAL : public base_sink<Mutex>
|
class android_sink final : public base_sink<Mutex>
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
explicit android_sink(std::string tag = "spdlog", bool use_raw_msg = false)
|
explicit android_sink(std::string tag = "spdlog", bool use_raw_msg = false)
|
||||||
|
Loading…
Reference in New Issue
Block a user