Use 'override/final' instead of 'virtual' for overridden methods
[oota-llvm.git] / include / llvm / MC / MCSectionELF.h
index 86855e62316612e10a23587300e5074b71bfd96e..9efe1022f2957feff48a019dd14ab63f34290f1d 100644 (file)
@@ -59,7 +59,7 @@ private:
       : MCSection(SV_ELF, K, Begin), SectionName(Section), Type(type),
         Flags(flags), UniqueID(UniqueID), EntrySize(entrySize), Group(group),
         Associated(Associated) {}
-  ~MCSectionELF();
+  ~MCSectionELF() override;
 
   void setSectionName(StringRef Name) { SectionName = Name; }