diff options
| author | 2022-10-30 12:16:52 +0000 | |
|---|---|---|
| committer | 2022-10-30 12:58:38 +0000 | |
| commit | 41926908ecfcf043cd149e93f0c710f8cecd96a0 (patch) | |
| tree | 1a0c82117e31ad9fca8b43514e571344793353c9 /include/protocol.h | |
| parent | Slim 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.h | 2 |
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; |
