mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
add override
This commit is contained in:
@@ -936,7 +936,7 @@ class Shell : public std::enable_shared_from_this<Shell>, public uuid::log::Hand
|
||||
* @param[in] message New log message, shared by all handlers.
|
||||
* @since 0.1.0
|
||||
*/
|
||||
virtual void operator<<(std::shared_ptr<uuid::log::Message> message);
|
||||
virtual void operator<<(std::shared_ptr<uuid::log::Message> message) override;
|
||||
/**
|
||||
* Get the current log level.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user