Quote:
Originally Posted by gerthworm
Search your codebase for the string "vtable for Robot" and see if you're either missing comments, quotes, etc.
|
This is not likely to be something named "vtable" in their code. A vtable is used by the compiler to keep track of all the virtual (that's where the "v" in "vtable" comes from) functions and related parts that make up a class.