Michael Gerz wrote:
Abdelrazak Younes schrieb:About this particular one, I proposed to make the method pure virtual, any objection?Here is the patch.Do we really have to repeat the term "virtual" in all subclasses?
Yes I think, in case you want to reimplement the method in further derived class. I am _not_ 100% sure this is needed.
Abdel.