1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 08:23:12 +02:00

SASL::ProtocolInterface should not be exported.

This commit is contained in:
Sadie Powell
2025-03-03 22:53:16 +00:00
parent bfd2b0fa8e
commit 937ea7dab4
+1 -1
View File
@@ -160,7 +160,7 @@ namespace SASL
};
/** Sends IRCd messages used by the SASL module. */
class CoreExport ProtocolInterface
class ProtocolInterface
: public ::Service
{
protected: