comparison data/model/EditableDenseThreeDimensionalModel.h @ 1110:1517d4c60e88

Fix a number of warnings in the 32-bit build
author Chris Cannam
date Wed, 01 Jul 2015 15:53:54 +0100
parents 0fd3661bcfff
children aa588c391d1a
comparison
equal deleted inserted replaced
1088:5fab8e4f5f19 1110:1517d4c60e88
220 CompressionType m_compression; 220 CompressionType m_compression;
221 float m_minimum; 221 float m_minimum;
222 float m_maximum; 222 float m_maximum;
223 bool m_haveExtents; 223 bool m_haveExtents;
224 bool m_notifyOnAdd; 224 bool m_notifyOnAdd;
225 long m_sinceLastNotifyMin; 225 sv_frame_t m_sinceLastNotifyMin;
226 long m_sinceLastNotifyMax; 226 sv_frame_t m_sinceLastNotifyMax;
227 int m_completion; 227 int m_completion;
228 228
229 mutable QReadWriteLock m_lock; 229 mutable QReadWriteLock m_lock;
230 }; 230 };
231 231