diff options
author | Claudius Holeksa <mail@keldu.de> | 2023-05-16 16:04:28 +0200 |
---|---|---|
committer | Claudius Holeksa <mail@keldu.de> | 2023-05-16 16:04:28 +0200 |
commit | f9083189bb36c39856bfe259096eb5df142ba397 (patch) | |
tree | 021cf38379e802cd20f0b9c413a9c4213b09c3f5 /src/core/error.h | |
parent | 14cb83d0d70aa33135090aed2d6b750f69e189f3 (diff) |
c++: Fix naming convention for error
Diffstat (limited to 'src/core/error.h')
-rw-r--r-- | src/core/error.h | 2 |
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; |