This removes many/most/all of the uses of virtual on functions
(but not destructors) in favor using 'override'.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Looks good. You can also fix a couple of style issues, if you feel like it (or just keep it in mind for next time).
source/Commands/CommandObjectMemory.cpp | ||
---|---|---|
379–380 | You might as well reformat this when you are touching it (line break after the type). | |
1713–1714 | same here | |
source/Commands/CommandObjectProcess.cpp | ||
179–180 | and here |
Comment Actions
Flag all destructors with override as appropriate. Also fix
the couple of code formatting issues pointed out by labath.
You might as well reformat this when you are touching it (line break after the type).