cpp-common/bt2: make `bt2::BorrowedObject::LibObj` public
[babeltrace.git] / src / cpp-common / bt2 / borrowed-object-proxy.hpp
index 93ef4053a99d9018bebda39598f475d2f88894aa..1b20cc8995f3a4c8f7c6e81c6e33c2640f88104c 100644 (file)
@@ -18,7 +18,7 @@ template <typename ObjT>
 class BorrowedObjectProxy final
 {
 public:
-    explicit BorrowedObjectProxy(typename ObjT::_LibObjPtr libObjPtr) noexcept : _mObj {libObjPtr}
+    explicit BorrowedObjectProxy(typename ObjT::LibObjPtr libObjPtr) noexcept : _mObj {libObjPtr}
     {
     }
 
This page took 0.033507 seconds and 4 git commands to generate.