Tagged Questions
1
vote
1answer
809 views
Overridden virtual function not called
I have a strange problem in my project. I have a class that inherits from a base class (which again inherits from another base class) and overrides a function. However, when that function is called it ...