diff options
Diffstat (limited to 'src/TextViewLog.hpp')
-rw-r--r-- | src/TextViewLog.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/TextViewLog.hpp b/src/TextViewLog.hpp index eb44407..1165cdf 100644 --- a/src/TextViewLog.hpp +++ b/src/TextViewLog.hpp @@ -38,9 +38,9 @@ public: ~TextViewLog() override = default; - void info_msg(const std::string& msg) override; - void error_msg(const std::string& msg) override; - void warning_msg(const std::string& msg) override; + void info(const std::string& msg) override; + void error(const std::string& msg) override; + void warning(const std::string& msg) override; int min_height() const; |