error: out-of-line declaration of a member must be a definition [-Wout-of-line-declaration] code example
Example: error: out-of-line declaration of a member must be a definition [-Wout-of-line-declaration]
bool Whatever::Update()
{
return true; // or any other code
}