The code is not complete, not the error message (you didn't told us the variable name)

But most likely the error is about this miss-match:
Code:
class Numbers //here you have the 's'
{
public:
Numbers(void); // again with 's' 
~Number(void); // without 's'
//...