Closed GoogleCodeExporter closed 9 years ago
Check that you have the same call signature as the virtual function you are
trying to override in your contact listener, eg. a missing 'const' will give
you a new function in the derived class rather than overriding the base class
function.
Original comment by chriszca...@gmail.com
on 21 Oct 2012 at 5:08
Yep, "const" was the problem. Thank you, and sorry for bothering..
Original comment by w...@skep.pl
on 21 Oct 2012 at 2:39
Original comment by erinca...@gmail.com
on 26 Oct 2013 at 10:44
Original issue reported on code.google.com by
w...@skep.pl
on 18 Oct 2012 at 6:54