comparison data/fileio/MP3FileReader.h @ 933:d03b3d956358 warnfix_no_size_t

Merge from branch tony_integration
author Chris Cannam
date Wed, 18 Jun 2014 08:34:46 +0100
parents 59e7fe1b1003 f3cda3280398
children cc27f35aa75c
comparison
equal deleted inserted replaced
932:e06f03013f46 933:d03b3d956358
39 39
40 MP3FileReader(FileSource source, 40 MP3FileReader(FileSource source,
41 DecodeMode decodeMode, 41 DecodeMode decodeMode,
42 CacheMode cacheMode, 42 CacheMode cacheMode,
43 int targetRate = 0, 43 int targetRate = 0,
44 bool normalised = false,
44 ProgressReporter *reporter = 0); 45 ProgressReporter *reporter = 0);
45 virtual ~MP3FileReader(); 46 virtual ~MP3FileReader();
46 47
47 virtual QString getError() const { return m_error; } 48 virtual QString getError() const { return m_error; }
48 49