From e4efd41a99e1237b61336555af0398ef5f634a4d Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 30 Sep 2022 20:21:59 +0100 Subject: Use a global typedef for representing a character set. --- src/modules/m_sethost.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_sethost.cpp') diff --git a/src/modules/m_sethost.cpp b/src/modules/m_sethost.cpp index dac4fdae7..769f51cb5 100644 --- a/src/modules/m_sethost.cpp +++ b/src/modules/m_sethost.cpp @@ -29,7 +29,7 @@ class CommandSethost final : public Command { public: - std::bitset hostmap; + CharState hostmap; CommandSethost(Module* Creator) : Command(Creator,"SETHOST", 1) -- cgit v1.3.1-10-gc9f91