summaryrefslogtreecommitdiff
path: root/src/assert.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/assert.hh')
-rw-r--r--src/assert.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/assert.hh b/src/assert.hh
index a2b8cb7b..ceee28f2 100644
--- a/src/assert.hh
+++ b/src/assert.hh
@@ -8,11 +8,11 @@ namespace Kakoune
struct assert_failed : logic_error
{
- assert_failed(const std::string& message);
- std::string description() const;
+ assert_failed(const String& message);
+ String description() const;
private:
- std::string m_message;
+ String m_message;
};
}