aboutsummaryrefslogtreecommitdiffstats
path: root/include/protocol.h
diff options
context:
space:
mode:
authorGravatar Sadie Powell2022-10-30 12:16:52 +0000
committerGravatar Sadie Powell2022-10-30 12:58:38 +0000
commit41926908ecfcf043cd149e93f0c710f8cecd96a0 (patch)
tree1a0c82117e31ad9fca8b43514e571344793353c9 /include/protocol.h
parentSlim down the forward declarations in typedefs. (diff)
Fix some types which were missed when making stuff final.
Diffstat (limited to 'include/protocol.h')
-rw-r--r--include/protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/protocol.h b/include/protocol.h
index a1b597992..22388f238 100644
--- a/include/protocol.h
+++ b/include/protocol.h
@@ -41,7 +41,7 @@ class CoreExport ProtocolInterface
public:
typedef ProtocolServer Server;
- class ServerInfo
+ class ServerInfo final
{
public:
std::string servername;