summaryrefslogtreecommitdiff
path: root/src/binary-reader-logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/binary-reader-logging.h')
-rw-r--r--src/binary-reader-logging.h6
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