summaryrefslogtreecommitdiff
path: root/include/uplink.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uplink.h')
-rw-r--r--include/uplink.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/uplink.h b/include/uplink.h
index 6646f58cb..72622de7b 100644
--- a/include/uplink.h
+++ b/include/uplink.h
@@ -20,7 +20,7 @@ namespace Uplink
}
/* This is the socket to our uplink */
-class UplinkSocket
+class UplinkSocket final
: public ConnectionSocket
, public BufferedSocket
{
@@ -33,7 +33,7 @@ public:
void OnError(const Anope::string &) override;
/* A message sent over the uplink socket */
- class CoreExport Message
+ class CoreExport Message final
{
MessageSource source;
std::stringstream buffer;