cpp-common/bt2: make `bt2::BorrowedObject::LibObj` public
[babeltrace.git] / src / cpp-common / bt2 / message-iterator.hpp
index 9f3084b1fdf29a25b8e5717b319710c279f89f3d..9691ee4e80dd85f39d55cd7ecdb76c2b4cc00543 100644 (file)
@@ -41,7 +41,7 @@ public:
     using Shared =
         SharedObject<MessageIterator, bt_message_iterator, internal::MessageIteratorRefFuncs>;
 
-    explicit MessageIterator(const _LibObjPtr libObjPtr) noexcept : _ThisBorrowedObject {libObjPtr}
+    explicit MessageIterator(const LibObjPtr libObjPtr) noexcept : _ThisBorrowedObject {libObjPtr}
     {
     }
 
This page took 0.029818 seconds and 4 git commands to generate.