summaryrefslogtreecommitdiff
path: root/src/assert.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/assert.hh')
-rw-r--r--src/assert.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assert.hh b/src/assert.hh
index ceee28f2..975ddca1 100644
--- a/src/assert.hh
+++ b/src/assert.hh
@@ -9,7 +9,7 @@ namespace Kakoune
struct assert_failed : logic_error
{
assert_failed(const String& message);
- String description() const;
+ String description() const override;
private:
String m_message;