diff data/fileio/OggVorbisFileReader.h @ 1043:fe39581d249b cxx11

More type-size adjustments
author Chris Cannam
date Wed, 04 Mar 2015 19:08:21 +0000
parents a1cd5abcb38b
children abc309f507ae
line wrap: on
line diff
--- a/data/fileio/OggVorbisFileReader.h	Wed Mar 04 13:52:48 2015 +0000
+++ b/data/fileio/OggVorbisFileReader.h	Wed Mar 04 19:08:21 2015 +0000
@@ -79,8 +79,8 @@
     OGGZ *m_oggz;
     FishSound *m_fishSound;
     ProgressReporter *m_reporter;
-    int m_fileSize;
-    int m_bytesRead;
+    sv_frame_t m_fileSize;
+    sv_frame_t m_bytesRead;
     bool m_commentsRead;
     bool m_cancelled;
     int m_completion;