aboutsummaryrefslogtreecommitdiff
path: root/modules/disable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/disable.cpp')
-rw-r--r--modules/disable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/disable.cpp b/modules/disable.cpp
index 6ed5ee635..639d068dc 100644
--- a/modules/disable.cpp
+++ b/modules/disable.cpp
@@ -32,7 +32,7 @@ enum
};
// Holds a list of disabled commands.
-typedef std::vector<std::string> CommandList;
+using CommandList = std::vector<std::string>;
class ModuleDisable final
: public Module