Add override to overriden virtual methods, remove virtual keywords.
[oota-llvm.git] / lib / ExecutionEngine / RuntimeDyld / Targets / RuntimeDyldMachOI386.h
index 10b19019a74589d99354ae2ed8079825c9477172..21378ce79d290f63b54e39a62e9949297ccf577a 100644 (file)
@@ -75,7 +75,7 @@ public:
     return ++RelI;
   }
 
-  void resolveRelocation(const RelocationEntry &RE, uint64_t Value) {
+  void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override {
     DEBUG(dumpRelocationToResolve(RE, Value));
 
     const SectionEntry &Section = Sections[RE.SectionID];