cpp-common/bt2: make `bt2::BorrowedObject::LibObj` public
[babeltrace.git] / src / cpp-common / bt2 / self-component-class.hpp
index 3aa28f2c0656fd42e48f6bd87ecb568c823cfc69..4d597f79883969578e76f5e7ae18eaad156e1e37 100644 (file)
@@ -16,7 +16,7 @@ namespace bt2 {
 class SelfComponentClass final : public BorrowedObject<bt_self_component_class>
 {
 public:
-    explicit SelfComponentClass(const _LibObjPtr libObjPtr) noexcept :
+    explicit SelfComponentClass(const LibObjPtr libObjPtr) noexcept :
         _ThisBorrowedObject {libObjPtr}
     {
     }
This page took 0.037706 seconds and 4 git commands to generate.