diff --git a/library/PolyVoxCore/include/PolyVoxCore/FilePager.h b/library/PolyVoxCore/include/PolyVoxCore/FilePager.h index 3e087b5f..b8bb7b97 100644 --- a/library/PolyVoxCore/include/PolyVoxCore/FilePager.h +++ b/library/PolyVoxCore/include/PolyVoxCore/FilePager.h @@ -49,7 +49,7 @@ namespace PolyVox :Pager() ,m_strFolderName(strFolderName) { - srand(time(0)); + srand(static_cast(time(0))); int iRandomValue = rand(); std::stringstream ss;