Simplify option_parser

This commit is contained in:
Andrzej Rybczak
2016-11-19 14:41:32 +01:00
parent 6d313a282b
commit 180c2d26fc
9 changed files with 480 additions and 690 deletions

View File

@@ -193,7 +193,7 @@ struct Configuration
ScreenType startup_screen_type;
boost::optional<ScreenType> startup_slave_screen_type;
std::list<ScreenType> screen_sequence;
std::vector<ScreenType> screen_sequence;
SortMode browser_sort_mode;