Fixup d06c860ee3
This commit is contained in:
parent
d06c860ee3
commit
3e2b2b9450
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
@ -85,7 +86,7 @@ private:
|
|||
|
||||
std::vector<std::string> page_ids_;
|
||||
|
||||
enum CAMPAIGN_ORDER {RANK, DATE, NAME} current_sorting_;
|
||||
CAMPAIGN_ORDER current_sorting_;
|
||||
|
||||
bool currently_sorted_asc_;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue