diff options
Diffstat (limited to 'modules/cloak.cpp')
| -rw-r--r-- | modules/cloak.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/cloak.cpp b/modules/cloak.cpp index a9755107f..df903b28f 100644 --- a/modules/cloak.cpp +++ b/modules/cloak.cpp @@ -26,7 +26,7 @@ #include "modules/server.h" #include "utility/map.h" -typedef std::vector<Cloak::MethodPtr> CloakMethodList; +using CloakMethodList = std::vector<Cloak::MethodPtr>; class CommandCloak final : public SplitCommand |
