diff options
| author | 2022-10-30 12:16:52 +0000 | |
|---|---|---|
| committer | 2022-10-30 12:58:38 +0000 | |
| commit | 41926908ecfcf043cd149e93f0c710f8cecd96a0 (patch) | |
| tree | 1a0c82117e31ad9fca8b43514e571344793353c9 /include/clientprotocol.h | |
| parent | Slim down the forward declarations in typedefs. (diff) | |
Fix some types which were missed when making stuff final.
Diffstat (limited to 'include/clientprotocol.h')
| -rw-r--r-- | include/clientprotocol.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/clientprotocol.h b/include/clientprotocol.h index b3e85fd8f..3d5ec4002 100644 --- a/include/clientprotocol.h +++ b/include/clientprotocol.h @@ -184,7 +184,7 @@ class ClientProtocol::Message public: /** Contains information required to identify a specific version of a serialized message. */ - struct SerializedInfo + struct SerializedInfo final { const Serializer* serializer; TagSelection tagwl; @@ -209,7 +209,7 @@ public: } }; - class Param + class Param final { const std::string* ptr; insp::aligned_storage<std::string> str; |
