Fix: field-class.cpp: calling _option_fc lib function on VariantFieldClass
[babeltrace.git] / src / cpp-common / bt2 / field-class.hpp
index 26183b445eaab6e74018722e77f24fd041d68bd9..46f3a7cf627f0d975b78bdefc5665ba378f0c995 100644 (file)
@@ -1976,7 +1976,7 @@ public:
     ConstFieldPath selectorFieldPath() const noexcept
     {
         return ConstFieldPath {
-            bt_field_class_option_with_selector_field_borrow_selector_field_path_const(
+            bt_field_class_variant_with_selector_field_borrow_selector_field_path_const(
                 this->_libObjPtr())};
     }
 
This page took 0.023974 seconds and 4 git commands to generate.