Ignore:
Timestamp:
02/03/12 12:49:12 (13 years ago)
Author:
tbretz
Message:
Changed an ifdef to make it compile wth boost 1.46
File:
1 edited

Legend:

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

    r12786 r12834  
    5151    LocalControl(const char *name) : T(name),
    5252        fStateMachine(0), lout(T::GetStreamIn()),
    53 #if BOOST_VERSION < 104700
     53#if BOOST_VERSION < 104600
    5454        fName(boost::filesystem::path(name).filename())
    5555#else
Note: See TracChangeset for help on using the changeset viewer.