diff options
Diffstat (limited to 'src/binary-reader-logging.h')
-rw-r--r-- | src/binary-reader-logging.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/binary-reader-logging.h b/src/binary-reader-logging.h index 6726ed07..813501fd 100644 --- a/src/binary-reader-logging.h +++ b/src/binary-reader-logging.h @@ -258,9 +258,9 @@ class BinaryReaderLogging : public BinaryReaderDelegate { void LogTypes(Index type_count, Type* types); void LogTypes(TypeVector& types); - Stream* stream; - BinaryReaderDelegate* reader; - int indent; + Stream* stream_; + BinaryReaderDelegate* reader_; + int indent_; }; } // namespace wabt |