cpp-common/bt2: remove unnecessary mentions of `bt2::`
[babeltrace.git] / src / cpp-common / bt2 / private-query-executor.hpp
index 76f1f09d5dc029cc93f041c8e88c9e6a52cf71ce..95264a11880cd07c3316471e219194ad58c49f25 100644 (file)
@@ -18,14 +18,14 @@ 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}
     {
     }
 
-    bt2::LoggingLevel loggingLevel() const noexcept
+    LoggingLevel loggingLevel() const noexcept
     {
-        return static_cast<bt2::LoggingLevel>(bt_query_executor_get_logging_level(
+        return static_cast<LoggingLevel>(bt_query_executor_get_logging_level(
             bt_private_query_executor_as_query_executor_const(this->libObjPtr())));
     }
 
This page took 0.024696 seconds and 4 git commands to generate.