#3944 System : Improve code quality using clang-tidy

Remove redundant virtual and add override
This commit is contained in:
Magne Sjaastad
2019-01-10 15:34:14 +01:00
parent 14cce66d2a
commit 81c3ee5df2
21 changed files with 38 additions and 38 deletions

View File

@@ -30,6 +30,6 @@ public:
protected:
bool handlePickEvent(const Ric3DPickEvent& eventObject) override;
void notifyUnregistered();
void notifyUnregistered() override;
};