Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CommandLineParser.cpp

    r192f6e r952f38  
    1515#include "Patterns/Singleton_impl.hpp"
    1616#include "CommandLineParser.hpp"
    17 #include "log.hpp"
    18 #include "verbose.hpp"
     17#include "Helpers/Log.hpp"
     18#include "Helpers/Verbose.hpp"
    1919
    2020using namespace std;
     
    4141void CommandLineParser::Parse()
    4242{
    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);
    4444  ifstream input;
    4545  input.open("example.cfg");
Note: See TracChangeset for help on using the changeset viewer.