summaryrefslogtreecommitdiff
path: root/src/core/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/error.h')
-rw-r--r--src/core/error.h2
1 files changed, 1 insertions, 1 deletions
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;