cpp-common/bt2: make `bt2::BorrowedObject::LibObj` public
[babeltrace.git] / src / cpp-common / bt2 / clock-snapshot.hpp
index 3b819ea74dda968c7cb294b540d4f10b788a25c7..38ea940b56adcfa4652d0bbfa1b632ac9d099b7c 100644 (file)
@@ -20,7 +20,7 @@ namespace bt2 {
 class ConstClockSnapshot final : public BorrowedObject<const bt_clock_snapshot>
 {
 public:
-    explicit ConstClockSnapshot(const _LibObjPtr libObjPtr) noexcept :
+    explicit ConstClockSnapshot(const LibObjPtr libObjPtr) noexcept :
         _ThisBorrowedObject {libObjPtr}
     {
     }
This page took 0.026158 seconds and 4 git commands to generate.