diff options
Diffstat (limited to 'modules/timedbans.cpp')
| -rw-r--r-- | modules/timedbans.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/timedbans.cpp b/modules/timedbans.cpp index 13c36d71a..facd63888 100644 --- a/modules/timedbans.cpp +++ b/modules/timedbans.cpp @@ -43,7 +43,7 @@ public: Channel* chan; }; -typedef std::vector<TimedBan> timedbans; +using timedbans = std::vector<TimedBan>; timedbans TimedBanList; class CommandTban final |
