Changes in src/CommandLineParser.cpp [192f6e:952f38]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/CommandLineParser.cpp
r192f6e r952f38 15 15 #include "Patterns/Singleton_impl.hpp" 16 16 #include "CommandLineParser.hpp" 17 #include " log.hpp"18 #include " verbose.hpp"17 #include "Helpers/Log.hpp" 18 #include "Helpers/Verbose.hpp" 19 19 20 20 using namespace std; … … 41 41 void CommandLineParser::Parse() 42 42 { 43 po::store(po::command_line_parser(argc,argv).options(cmdline_options). options(visible).run(), vm);43 po::store(po::command_line_parser(argc,argv).options(cmdline_options).run(), vm); 44 44 ifstream input; 45 45 input.open("example.cfg");
Note:
See TracChangeset
for help on using the changeset viewer.