add override

This commit is contained in:
proddy
2024-02-14 14:47:09 +01:00
parent b24a63b992
commit 31ff0f5aba

View File

@@ -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.
*