diff options
author | Peter Powell <petpow@saberuk.com> | 2018-08-21 14:50:09 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2018-08-21 15:47:45 +0100 |
commit | 71c367f89f5384eb05cf191f63ed5094e90b46ad (patch) | |
tree | bf9abac69687bb1449729333b04b48f86eb79084 /src/coremods | |
parent | e7c182c4a5fbbe54063139a4c8c7df73aa36f177 (diff) |
Fix a few things that should be marked as override but aren't.
Diffstat (limited to 'src/coremods')
-rw-r--r-- | src/coremods/core_serialize_rfc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coremods/core_serialize_rfc.cpp b/src/coremods/core_serialize_rfc.cpp index afa914f3d..1ba330146 100644 --- a/src/coremods/core_serialize_rfc.cpp +++ b/src/coremods/core_serialize_rfc.cpp @@ -213,7 +213,7 @@ class ModuleCoreRFCSerializer : public Module user->serializer = &rfcserializer; } - Version GetVersion() + Version GetVersion() CXX11_OVERRIDE { return Version("RFC client protocol serializer and unserializer", VF_CORE|VF_VENDOR); } |