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/ReadlineWindow.cc

    r10183 r10429  
    290290
    291291    // Compile a proper format string
    292     const string fmt = Form("%%-%ds", max);
     292    const string fmt = Tools::Form("%%-%ds", max);
    293293
    294294    // loop over all entries and display them
Note: See TracChangeset for help on using the changeset viewer.