diff options
Diffstat (limited to 'src/stream.h')
-rw-r--r-- | src/stream.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stream.h b/src/stream.h index a43c5c12..a58cb6ad 100644 --- a/src/stream.h +++ b/src/stream.h @@ -95,9 +95,9 @@ class Stream { void WriteMemoryDump(const void* start, size_t size, size_t offset = 0, + PrintChars print_chars = PrintChars::No, const char* prefix = nullptr, - const char* desc = nullptr, - PrintChars print_chars = PrintChars::No); + const char* desc = nullptr); // Convenience functions for writing enums. template <typename T> |