Replaced SPDLOG_FINAL macro with final
This commit is contained in:
		@@ -27,7 +27,7 @@ namespace sinks {
 | 
			
		||||
 * Android sink (logging using __android_log_write)
 | 
			
		||||
 */
 | 
			
		||||
template<typename Mutex>
 | 
			
		||||
class android_sink SPDLOG_FINAL : public base_sink<Mutex>
 | 
			
		||||
class android_sink final : public base_sink<Mutex>
 | 
			
		||||
{
 | 
			
		||||
public:
 | 
			
		||||
    explicit android_sink(std::string tag = "spdlog", bool use_raw_msg = false)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user