From 89537ed2ab22fcedb25e0378bd2c18e392911c0c Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 29 Sep 2022 12:01:29 +0100 Subject: Fix various cases of the &* being next to the name instead of type. --- src/snomasks.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/snomasks.cpp') diff --git a/src/snomasks.cpp b/src/snomasks.cpp index 0c8dcdae0..793ca1fb5 100644 --- a/src/snomasks.cpp +++ b/src/snomasks.cpp @@ -35,13 +35,13 @@ void SnomaskManager::FlushSnotices() mask.Flush(); } -void SnomaskManager::EnableSnomask(char letter, const std::string &type) +void SnomaskManager::EnableSnomask(char letter, const std::string& type) { if (letter >= 'a' && letter <= 'z') masks[letter - 'a'].Description = type; } -void SnomaskManager::WriteToSnoMask(char letter, const std::string &text) +void SnomaskManager::WriteToSnoMask(char letter, const std::string& text) { if (letter >= 'a' && letter <= 'z') masks[letter - 'a'].SendMessage(text, letter); -- cgit v1.3.1-10-gc9f91