C++11: Use override where possible. No functional change.

This commit is contained in:
Wilson Snyder
2020-08-16 11:44:05 -04:00
parent ea4031cbd3
commit 042d3eed23
83 changed files with 2905 additions and 2798 deletions
+1 -1
View File
@@ -303,7 +303,7 @@ public:
m_ftaskp = nullptr;
iterate(nodep);
}
virtual ~LinkLValueVisitor() {}
virtual ~LinkLValueVisitor() override {}
};
//######################################################################