This was maybe not the most exciting hour I've spent, nor probably the most useful. But we warn these days about virtual functions that are overridden but not marked as override. So this fixes the issue throughout the code gallery and makes sure that we can again compile all programs without warnings.
This was maybe not the most exciting hour I've spent, nor probably the most useful. But we warn these days about virtual functions that are overridden but not marked as
override
. So this fixes the issue throughout the code gallery and makes sure that we can again compile all programs without warnings.