Minor changes
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ namespace logs
|
||||
public:
|
||||
constexpr listener() = default;
|
||||
|
||||
virtual ~listener() = default;
|
||||
virtual ~listener();
|
||||
|
||||
// Process log message
|
||||
virtual void log(const message& msg, const std::string& prefix, const std::string& text) = 0;
|
||||
|
||||
Reference in New Issue
Block a user