cpp-common/bt2: make `bt2::BorrowedObject::LibObj` public
[babeltrace.git] / src / cpp-common / bt2 / private-query-executor.hpp
index 76f1f09d5dc029cc93f041c8e88c9e6a52cf71ce..016b9a429314567ef12bafee3ce969c470fa4168 100644 (file)
@@ -18,7 +18,7 @@ namespace bt2 {
 class PrivateQueryExecutor final : public BorrowedObject<bt_private_query_executor>
 {
 public:
-    explicit PrivateQueryExecutor(const _LibObjPtr libObjPtr) noexcept :
+    explicit PrivateQueryExecutor(const LibObjPtr libObjPtr) noexcept :
         _ThisBorrowedObject {libObjPtr}
     {
     }
This page took 0.036104 seconds and 4 git commands to generate.