out of line declaration of a member must be a definition 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
}
bool Whatever::Update()
{
return true; // or any other code
}