[Scummvm-git-logs] scummvm master -> 33acb1895abbd0d451c40ba7684dac92ae5c0166
bluegr
bluegr at gmail.com
Thu Mar 25 06:30:26 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
33acb1895a NANCY: Add missing override
Commit: 33acb1895abbd0d451c40ba7684dac92ae5c0166
https://github.com/scummvm/scummvm/commit/33acb1895abbd0d451c40ba7684dac92ae5c0166
Author: Orgad Shaneh (orgads at gmail.com)
Date: 2021-03-25T08:30:23+02:00
Commit Message:
NANCY: Add missing override
Changed paths:
engines/nancy/detection.cpp
diff --git a/engines/nancy/detection.cpp b/engines/nancy/detection.cpp
index 94a40b4195..d2ab5cc323 100644
--- a/engines/nancy/detection.cpp
+++ b/engines/nancy/detection.cpp
@@ -210,7 +210,7 @@ public:
return "Nancy Drew";
}
- const char *getOriginalCopyright() const {
+ const char *getOriginalCopyright() const override {
return "Nancy Drew Engine copyright Her Interactive, 1995-2012";
}
More information about the Scummvm-git-logs
mailing list