Changeset 10473


Ignore:
Timestamp:
04/27/11 10:02:04 (14 years ago)
Author:
tbretz
Message:
Fixed compilation errors.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/LocalControl.h

    r10471 r10473  
    4949    LocalControl(const char *name) : T(name),
    5050        fStateMachine(0), lout(T::GetStreamIn()),
    51         fName(boost::filesystem::path(name.c_str()).filename())
     51        fName(boost::filesystem::path(name).filename().c_str())
    5252    { }
    5353
Note: See TracChangeset for help on using the changeset viewer.