Ignore:
Timestamp:
04/07/11 21:52:25 (14 years ago)
Author:
tbretz
Message:
Initialize fPrintUsage in constructor.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Configuration.cc

    r10296 r10322  
    435435//
    436436Configuration::Configuration(const string &prgname) : fName(prgname),
    437 fNameMapper(bind1st(mem_fun(&Configuration::DefaultMapper), this))
     437fNameMapper(bind1st(mem_fun(&Configuration::DefaultMapper), this)),
     438fPrintUsage(boost::bind(&Configuration::PrintUsage, this))
     439
    438440{
    439441    po::options_description generic("Generic options");
Note: See TracChangeset for help on using the changeset viewer.