diff --git a/isobus/include/isobus/isobus/isobus_virtual_terminal_objects.hpp b/isobus/include/isobus/isobus/isobus_virtual_terminal_objects.hpp index 46220a5d..59d24f24 100644 --- a/isobus/include/isobus/isobus/isobus_virtual_terminal_objects.hpp +++ b/isobus/include/isobus/isobus/isobus_virtual_terminal_objects.hpp @@ -1787,6 +1787,7 @@ namespace isobus std::string get_value() const; /// @brief Returns the value of the variable (if referenced) otherwise the set value + /// @param[in] parentWorkingSet the working set of the given OutputString object /// @returns The displayed value of the string std::string displayed_value(std::shared_ptr parentWorkingSet) const;