From 41926908ecfcf043cd149e93f0c710f8cecd96a0 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 30 Oct 2022 12:16:52 +0000 Subject: Fix some types which were missed when making stuff final. --- include/clientprotocol.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/clientprotocol.h') 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 str; -- cgit v1.3.1-10-gc9f91