cpp-common/bt2c/uuid.hpp: remove useless `bt2c::`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 10 May 2024 19:13:32 +0000 (15:13 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Wed, 4 Sep 2024 19:05:14 +0000 (15:05 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I381ee08c5d5eae70a987ca941629cd8d04e2eda5
Reviewed-on: https://review.lttng.org/c/babeltrace/+/12759

src/cpp-common/bt2c/uuid.hpp

index 4b5156ecbd1be8f15e9c3fc6fa58dbf6d4664056..53a9321e4651f249dcdc99d06ca6e534b55c1c3c 100644 (file)
@@ -135,7 +135,7 @@ public:
         this->_setFromPtr(uuid);
     }
 
-    explicit Uuid(const bt2c::CStringView str) noexcept
+    explicit Uuid(const CStringView str) noexcept
     {
         const auto ret = bt_uuid_from_c_str(str.data(), _mUuid.data());
         BT_ASSERT(ret == 0);
This page took 0.025089 seconds and 4 git commands to generate.