comparison data/fileio/QuickTimeFileReader.h @ 929:59e7fe1b1003 warnfix_no_size_t

Unsigned removals and warning fixes in data/
author Chris Cannam
date Tue, 17 Jun 2014 14:33:42 +0100
parents 183ee2a55fc7
children d03b3d956358
comparison
equal deleted inserted replaced
928:6a94bb528e9d 929:59e7fe1b1003
40 }; 40 };
41 41
42 QuickTimeFileReader(FileSource source, 42 QuickTimeFileReader(FileSource source,
43 DecodeMode decodeMode, 43 DecodeMode decodeMode,
44 CacheMode cacheMode, 44 CacheMode cacheMode,
45 size_t targetRate = 0, 45 int targetRate = 0,
46 ProgressReporter *reporter = 0); 46 ProgressReporter *reporter = 0);
47 virtual ~QuickTimeFileReader(); 47 virtual ~QuickTimeFileReader();
48 48
49 virtual QString getError() const { return m_error; } 49 virtual QString getError() const { return m_error; }
50 virtual QString getLocation() const { return m_source.getLocation(); } 50 virtual QString getLocation() const { return m_source.getLocation(); }