summaryrefslogtreecommitdiff
path: root/src/assert.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2012-09-04 00:17:41 +0200
committerMaxime Coste <frrrwww@gmail.com>2012-09-04 00:17:41 +0200
commit11d5ae27434a5e36f6500b60a785b86261da6554 (patch)
tree9edce411a20f72cf6b6f71a829ed62096f9a3597 /src/assert.hh
parent0e6ced91764764d26b9f7a8550782c1940d07ac9 (diff)
add override markers
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;