]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modmanager_static.cpp
Merge pull request #1221 from SaberUK/master+isupport-maxlist
[user/henk/code/inspircd.git] / src / modmanager_static.cpp
index 5c04a76800f6e211afbfea316c0ca4ea11cd45f4..9a385dd3ced80d70e41a41d19a6a5c882718d4c5 100644 (file)
@@ -72,7 +72,7 @@ class AllModule : public Module
                stdalgo::delete_all(cmds);
        }
 
-       Version GetVersion()
+       Version GetVersion() CXX11_OVERRIDE
        {
                return Version("All commands", VF_VENDOR|VF_CORE);
        }