Mercurial > hg > svcore
comparison data/model/EditableDenseThreeDimensionalModel.cpp @ 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 |
---|---|
340 | 340 |
341 truncateAndStore(index, values); | 341 truncateAndStore(index, values); |
342 | 342 |
343 // assert(values == expandAndRetrieve(index)); | 343 // assert(values == expandAndRetrieve(index)); |
344 | 344 |
345 long windowStart = index; | 345 sv_frame_t windowStart = index; |
346 windowStart *= m_resolution; | 346 windowStart *= m_resolution; |
347 | 347 |
348 if (m_notifyOnAdd) { | 348 if (m_notifyOnAdd) { |
349 if (allChange) { | 349 if (allChange) { |
350 emit modelChanged(); | 350 emit modelChanged(); |