Closed guruofquality closed 6 years ago
This fixes a warning when building with -Wnon-virtual-dtor Since IPrecedence is an interface class with virtual methods
Yes, making destructors virtual is good idiom, which ensures that the actual objects are destroyed with correct destructors.
Maybe @beltoforion wants to comment this. If not, I can merge tomorrow.
This fixes a warning when building with -Wnon-virtual-dtor Since IPrecedence is an interface class with virtual methods