From 937ea7dab49a0c58738a7395ee5aec690f8fed2f Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 3 Mar 2025 22:53:16 +0000 Subject: [PATCH] SASL::ProtocolInterface should not be exported. --- include/modules/sasl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/modules/sasl.h b/include/modules/sasl.h index 2bed96cbd..cbc773f5a 100644 --- a/include/modules/sasl.h +++ b/include/modules/sasl.h @@ -160,7 +160,7 @@ namespace SASL }; /** Sends IRCd messages used by the SASL module. */ - class CoreExport ProtocolInterface + class ProtocolInterface : public ::Service { protected: