Ignore:
Timestamp:
04/08/11 20:44:21 (14 years ago)
Author:
tbretz
Message:
Little updates to fix some doxygen warnings.
File:
1 edited

Legend:

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

    r10322 r10330  
    682682//!
    683683//
    684 void Configuration::SetNameMapper(const boost::function<std::string(std::string)> &func)
     684void Configuration::SetNameMapper(const boost::function<string(string)> &func)
    685685{
    686686    fNameMapper = func;
Note: See TracChangeset for help on using the changeset viewer.