From 93379384036dadada06139245d1e4eca13cabebd Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sat, 14 Apr 2012 01:17:09 +0000 Subject: replace std::string references with String --- src/assert.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/assert.hh') 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; }; } -- cgit v1.2.3