diff options
Diffstat (limited to 'src/binary-reader-logging.h')
-rw-r--r-- | src/binary-reader-logging.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/binary-reader-logging.h b/src/binary-reader-logging.h index 021420cb..374095f8 100644 --- a/src/binary-reader-logging.h +++ b/src/binary-reader-logging.h @@ -21,7 +21,7 @@ namespace wabt { -struct Stream; +class Stream; class BinaryReaderLogging : public BinaryReader { public: |