Ignore:
Timestamp:
05/31/12 17:02:48 (12 years ago)
Author:
tbretz
Message:
replaced more 'const char *' by std::string& 
File:
1 edited

Legend:

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

    r13908 r14005  
    149149//!    no real consistency check is done.
    150150//
    151 void EventImp::AddAllowedStates(const char *states)
     151void EventImp::AddAllowedStates(const string &states)
    152152{
    153153    stringstream stream(states);
Note: See TracChangeset for help on using the changeset viewer.