diff options
author | Sadie Powell <sadie@witchery.services> | 2025-03-03 22:53:16 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-03-03 22:53:16 +0000 |
commit | 937ea7dab49a0c58738a7395ee5aec690f8fed2f (patch) | |
tree | 5916f27da6ca49d169b07e1e8ffa5a38ce484629 /include/modules | |
parent | bfd2b0fa8e767c0bacc2f8cc66fa42a204c53885 (diff) |
SASL::ProtocolInterface should not be exported.
Diffstat (limited to 'include/modules')
-rw-r--r-- | include/modules/sasl.h | 2 |
1 files changed, 1 insertions, 1 deletions
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: |