Fix: field-class.cpp: calling _option_fc lib function on VariantFieldClass
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Fri, 4 Mar 2022 19:52:08 +0000 (14:52 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 11 Sep 2023 15:24:02 +0000 (11:24 -0400)
Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Change-Id: Ie3bbc05a20368b8b1388b484ef02da4fb4b68a2d
Reviewed-on: https://review.lttng.org/c/babeltrace/+/7497
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/10758
Tested-by: jenkins <jenkins@lttng.org>
CI-Build: Philippe Proulx <eeppeliteloop@gmail.com>

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.025519 seconds and 4 git commands to generate.