REGoth-project / REGoth

OpenSource-Reimplementation of the zEngine, used by the game "Gothic"
GNU General Public License v3.0
630 stars 63 forks source link

Apply CppCoreGuideline C.128 #277

Closed mdrost closed 6 years ago

mdrost commented 6 years ago

Virtual functions should specify exactly one of virtual, override, or final. https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#Rh-override