cpp-common/bt2: remove unnecessary mentions of `bt2::`
[babeltrace.git] / src / cpp-common / bt2 / private-query-executor.hpp
index 016b9a429314567ef12bafee3ce969c470fa4168..95264a11880cd07c3316471e219194ad58c49f25 100644 (file)
@@ -23,9 +23,9 @@ public:
     {
     }
 
-    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.022825 seconds and 4 git commands to generate.