1
0
Fork 0

Missing EOL.

This commit is contained in:
Alexander Harkness 2014-10-21 14:21:08 +01:00
parent 8299b0920f
commit d0766fcea8
1 changed files with 1 additions and 1 deletions

View File

@ -80,4 +80,4 @@ private:
std::mt19937 m_MersenneRand;
std::uniform_int_distribution<> m_IntDistribution;
std::uniform_real_distribution<> m_DoubleDistribution;
};
};