Skip to content

Commit

Permalink
Mark goal_action_is_replay as LIBDNF_API to fix build
Browse files Browse the repository at this point in the history
PR that adds the API (rpm-software-management#1452)
was merged right before rpm-software-management#1307
so its missing there.
  • Loading branch information
kontura committed Jun 10, 2024
1 parent 9b8f32d commit 362e2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/libdnf5/base/goal_elements.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ enum class GoalAction {
LIBDNF_API std::string goal_action_to_string(GoalAction action);

/// Check whether the action is a replay action
bool goal_action_is_replay(GoalAction action);
LIBDNF_API bool goal_action_is_replay(GoalAction action);

/// Settings for GoalJobSettings
enum class GoalSetting { AUTO, SET_TRUE, SET_FALSE };
Expand Down

0 comments on commit 362e2c2

Please sign in to comment.