Skip to content

Commit

Permalink
unit_recruit: Edit comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jostephd committed Oct 16, 2019
1 parent 9fdeebf commit 69f7ba6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/dialogs/unit_recruit.hpp
Expand Up @@ -27,7 +27,7 @@ namespace dialogs
class unit_recruit : public modal_dialog
{
public:
/// @param recruit_list maps unit typs to strings. The strings are ""
/// @param recruit_map maps unit typs to strings. The strings are ""
/// if the unit can be recalled and an error message string otherwise.
unit_recruit(std::map<const unit_type*, std::string>& recruit_map, team& team);

Expand All @@ -49,7 +49,7 @@ class unit_recruit : public modal_dialog

void show_help();

/// A vector of unit types in the order listed. Used by unit_recruit::post_show.
/// A vector of unit types in the order listed in the UI. Used by unit_recruit::post_show.
std::vector<const unit_type*> recruit_list_;
std::map<const unit_type*, std::string>& recruit_map_;

Expand Down

0 comments on commit 69f7ba6

Please sign in to comment.