diff options
| author | Maxime Coste <mawww@kakoune.org> | 2020-01-09 20:12:52 +1100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2020-01-09 20:13:02 +1100 |
| commit | 6badd747901b195878c12e9dc787b0a5ce86c72f (patch) | |
| tree | c7779acdfb2cf4982ab2047a31c9a8e5c84420a5 /src/buffer_utils.hh | |
| parent | f808539deaf14b1810e8578ffa2d88a35dc12a46 (diff) | |
Fix compilation on 32bit platforms
Fixes #3284
Diffstat (limited to 'src/buffer_utils.hh')
| -rw-r--r-- | src/buffer_utils.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/buffer_utils.hh b/src/buffer_utils.hh index e4081568..dbbef984 100644 --- a/src/buffer_utils.hh +++ b/src/buffer_utils.hh @@ -84,7 +84,6 @@ void reload_file_buffer(Buffer& buffer); void write_to_debug_buffer(StringView str); -InplaceString<23> to_string(Buffer::HistoryId id); String history_as_string(const Vector<Buffer::HistoryNode>& history, Quoting quoting); String undo_group_as_string(const Buffer::UndoGroup& undo_group, Quoting quoting); |
