diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2012-04-14 01:17:09 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2012-04-14 01:17:09 +0000 |
| commit | 93379384036dadada06139245d1e4eca13cabebd (patch) | |
| tree | 0f5475fd2c7fc212982d881b67444b20a0f8f809 /src/debug.hh | |
| parent | af5c528f043f663b94ce197b0c70ddb3da9224e8 (diff) | |
replace std::string references with String
Diffstat (limited to 'src/debug.hh')
| -rw-r--r-- | src/debug.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/debug.hh b/src/debug.hh index 7fdb226c..5f21d84c 100644 --- a/src/debug.hh +++ b/src/debug.hh @@ -1,12 +1,12 @@ #ifndef debug_hh_INCLUDED #define debug_hh_INCLUDED -#include <string> +#include "string.hh" namespace Kakoune { -void write_debug(const std::string& str); +void write_debug(const String& str); } |
