Good old warning fixes...how I missed thee.

This commit is contained in:
Jason Felds
2011-06-12 03:30:57 -04:00
parent 720675637e
commit 4bb0b28fc8
6 changed files with 12 additions and 3 deletions
+2
View File
@@ -16,6 +16,8 @@
#include <sys/stat.h>
#include <math.h>
bool HexToBinary(const RString&, RString&);
RandomGen g_RandomNumberGenerator;
MersenneTwister::MersenneTwister( int iSeed ) : m_iNext(0)