cpp-common/bt2: make `bt2::BorrowedObject::LibObj` public
[babeltrace.git] / src / cpp-common / bt2 / self-message-iterator-configuration.hpp
index 5ae367200c6eed252d66d0bc8b03809052269f78..e628194ad439950fa1fbf2db56efd55d4c3079ec 100644 (file)
@@ -17,7 +17,7 @@ class SelfMessageIteratorConfiguration final :
     public BorrowedObject<bt_self_message_iterator_configuration>
 {
 public:
-    explicit SelfMessageIteratorConfiguration(const _LibObjPtr libObjPtr) noexcept :
+    explicit SelfMessageIteratorConfiguration(const LibObjPtr libObjPtr) noexcept :
         _ThisBorrowedObject {libObjPtr}
     {
     }
This page took 0.022757 seconds and 4 git commands to generate.