diff options
-rw-r--r-- | llvm/tools/llvm-rc/ResourceFileWriter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-rc/ResourceFileWriter.h b/llvm/tools/llvm-rc/ResourceFileWriter.h index 6048bf47600..ccec41e611b 100644 --- a/llvm/tools/llvm-rc/ResourceFileWriter.h +++ b/llvm/tools/llvm-rc/ResourceFileWriter.h @@ -123,7 +123,7 @@ private: Error writeAcceleratorsBody(const RCResource *); // BitmapResource - Error visitBitmapResource(const RCResource *); + Error visitBitmapResource(const RCResource *) override; Error writeBitmapBody(const RCResource *); // CursorResource and IconResource |