Skip to content

Commit

Permalink
Make Button::set_options virtual (#541)
Browse files Browse the repository at this point in the history
Necessary for handling NoBorder attribute changes in AgIsoVt
  • Loading branch information
martonmiklos authored Feb 2, 2025
1 parent 3a84394 commit a71c186
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@ namespace isobus

/// @brief Sets the options bitfield for this object to a new value
/// @param[in] value The new value for the options bitfield
void set_options(std::uint8_t value);
virtual void set_options(std::uint8_t value);

/// @brief Sets a single option in the options bitfield to the specified value
/// @param[in] option The option to set
Expand Down

0 comments on commit a71c186

Please sign in to comment.