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_chghost.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_chghost.cpp') diff --git a/src/modules/m_chghost.cpp b/src/modules/m_chghost.cpp index 0cb65bf6e..e97526172 100644 --- a/src/modules/m_chghost.cpp +++ b/src/modules/m_chghost.cpp @@ -30,7 +30,7 @@ class CommandChghost final : public Command { public: - std::bitset hostmap; + CharState hostmap; CommandChghost(Module* Creator) : Command(Creator,"CHGHOST", 2) -- cgit v1.3.1-10-gc9f91