Changeset 10429 for trunk/FACT++/src/Console.cc
- Timestamp:
- 04/20/11 16:58:05 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Console.cc
r10305 r10429 134 134 const string siz = fLogO.GetSizeStr(); 135 135 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()); 137 138 } 138 139
Note:
See TracChangeset
for help on using the changeset viewer.