Make `bt2_common::UuidView` final
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 2 May 2022 14:08:03 +0000 (10:08 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 11 Sep 2023 15:24:02 +0000 (11:24 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I79ea919d497065256a445fc0faeb59e4267a466a
Reviewed-on: https://review.lttng.org/c/babeltrace/+/7972
Reviewed-on: https://review.lttng.org/c/babeltrace/+/10821
Tested-by: jenkins <jenkins@lttng.org>
src/cpp-common/uuid-view.hpp

index 5c248b616ebf43cc30065c27e2a746163fd4d36e..8829019b8154414362c15c0fe6b4612fbeddd92b 100644 (file)
@@ -16,7 +16,7 @@
 
 namespace bt2_common {
 
-class UuidView
+class UuidView final
 {
 public:
     explicit UuidView(const std::uint8_t * const uuid) noexcept : _mUuid {uuid}
This page took 0.024165 seconds and 4 git commands to generate.