Skip to content

Use 'override' for all virtual method overrides

ThosRTanner requested to merge ThosRTanner/pan:use-c++11-overrides into master

Seeing we're now using C++11 and use of override makes it far clearer what is going on than 'virtual' (and cuts down the cppcheck warnings considerably, making it more usable)

Edited by ThosRTanner

Merge request reports