aboutsummaryrefslogtreecommitdiffstats
path: root/modules/help.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/help.cpp')
-rw-r--r--modules/help.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/help.cpp b/modules/help.cpp
index b7646eb58..df43b2ecb 100644
--- a/modules/help.cpp
+++ b/modules/help.cpp
@@ -34,7 +34,7 @@ enum
RPL_ENDOFHELP = 706
};
-typedef std::vector<std::string> HelpMessage;
+using HelpMessage = std::vector<std::string>;
struct HelpTopic final
{