Skip to content

Commit

Permalink
Fixup d06c860
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Aug 15, 2017
1 parent d06c860 commit 3e2b2b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gui/dialogs/campaign_selection.hpp
Expand Up @@ -27,6 +27,7 @@ namespace dialogs

class campaign_selection : public modal_dialog
{
enum CAMPAIGN_ORDER {RANK, DATE, NAME};
public:
explicit campaign_selection(ng::create_engine& eng)
: engine_(eng)
Expand Down Expand Up @@ -85,7 +86,7 @@ class campaign_selection : public modal_dialog

std::vector<std::string> page_ids_;

enum CAMPAIGN_ORDER {RANK, DATE, NAME} current_sorting_;
CAMPAIGN_ORDER current_sorting_;

bool currently_sorted_asc_;
};
Expand Down

0 comments on commit 3e2b2b9

Please sign in to comment.