From 41926908ecfcf043cd149e93f0c710f8cecd96a0 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 30 Oct 2022 12:16:52 +0000 Subject: Fix some types which were missed when making stuff final. --- include/hashcomp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/hashcomp.h') diff --git a/include/hashcomp.h b/include/hashcomp.h index 1b31f76a8..b17be3648 100644 --- a/include/hashcomp.h +++ b/include/hashcomp.h @@ -81,7 +81,7 @@ namespace irc * Case sensitivity is ignored, and the RFC 'character set' * is adhered to */ - struct StrHashComp + struct StrHashComp final { /** The operator () does the actual comparison in hash_map */ @@ -91,7 +91,7 @@ namespace irc } }; - struct insensitive + struct insensitive final { size_t CoreExport operator()(const std::string& s) const; }; -- cgit v1.3.1-10-gc9f91