From f9083189bb36c39856bfe259096eb5df142ba397 Mon Sep 17 00:00:00 2001 From: Claudius Holeksa Date: Tue, 16 May 2023 16:04:28 +0200 Subject: c++: Fix naming convention for error --- src/core/error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/error.h') diff --git a/src/core/error.h b/src/core/error.h index 3d242b9..2ed7cd4 100644 --- a/src/core/error.h +++ b/src/core/error.h @@ -34,7 +34,7 @@ public: error &operator=(error &&) = default; - const std::string_view message() const; + const std::string_view get_message() const; bool failed() const; bool is_critical() const; -- cgit v1.2.3