remove a minor warning

metadata
Wenzel Jakob 2013-04-06 15:09:55 -04:00
parent e02220e782
commit de7fd41a03
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ public:
* underlying random number generator has been used
* outside of this class
*/
inline void updateSampleIndex(uint64_t index) { m_sampleIndex = index; }
inline void updateSampleIndex(size_t index) { m_sampleIndex = index; }
MTS_DECLARE_CLASS()
protected: