Ignore:
Timestamp:
04/20/11 16:58:05 (14 years ago)
Author:
tbretz
Message:
Moved the tools function into their own namespace to get rid of problems whenlinking with root.
File:
1 edited

Legend:

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

    r10305 r10429  
    134134    const string siz = fLogO.GetSizeStr();
    135135    return fContinous ?
    136         Form("[%d]", GetLine()) : Form("[%d:%s]", GetLine(), siz.c_str());
     136        Tools::Form("[%d]",    GetLine()) :
     137        Tools::Form("[%d:%s]", GetLine(), siz.c_str());
    137138}
    138139
Note: See TracChangeset for help on using the changeset viewer.