diff --git a/include/libdnf5/base/goal_elements.hpp b/include/libdnf5/base/goal_elements.hpp index 5b686032c..54d17cf8f 100644 --- a/include/libdnf5/base/goal_elements.hpp +++ b/include/libdnf5/base/goal_elements.hpp @@ -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 };