diff options
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; |
