From cd091414f65e193959b325a0282a89c7d57bc09b Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Wed, 20 Jan 2016 07:41:18 +0000 Subject: [PATCH] Forgot to include the header file. --- AMBEFEC.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AMBEFEC.h b/AMBEFEC.h index 43b0dc9..cc04cde 100644 --- a/AMBEFEC.h +++ b/AMBEFEC.h @@ -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