Forgot to include the header file.

This commit is contained in:
Jonathan Naylor 2016-01-20 07:41:18 +00:00
parent 094185d50c
commit cd091414f6

View file

@ -30,7 +30,7 @@ public:
unsigned int regenerateDStar(unsigned char* bytes) const;
private:
unsigned int regenerate(unsigned int& a, unsigned int& b, unsigned int& c, const unsigned int* prng) const;
unsigned int regenerate(unsigned int& a, unsigned int& b, unsigned int& c) const;
};
#endif