diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2012-09-04 00:17:41 +0200 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2012-09-04 00:17:41 +0200 |
| commit | 11d5ae27434a5e36f6500b60a785b86261da6554 (patch) | |
| tree | 9edce411a20f72cf6b6f71a829ed62096f9a3597 /src/assert.hh | |
| parent | 0e6ced91764764d26b9f7a8550782c1940d07ac9 (diff) | |
add override markers
Diffstat (limited to 'src/assert.hh')
| -rw-r--r-- | src/assert.hh | 2 |
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; |
