Make `bt2_common::UuidView` final
[babeltrace.git] / 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.022768 seconds and 4 git commands to generate.