tags:

views:

107

answers:

1
+4  A: 

I think that doing:

this->GetMaxSpeed()

will solve your problem. Also You could do:

SimpleVehicle::GetMaxSpeed()

both of these explicitly say where the function is coming from.

Evan Teran
Yeah you're right. Thanks.
Jonas