Changeset 11011 for trunk


Ignore:
Timestamp:
06/13/11 17:03:47 (13 years ago)
Author:
tbretz
Message:
Fixed a compilation problem introduced with the latest changes.
File:
1 edited

Legend:

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

    r10997 r11011  
    88#include "Configuration.h"
    99#include "StateMachineDim.h"
     10#include "ReadlineColor.h"
    1011
    1112using namespace std;
     
    109110    WindowLog log;
    110111
    111     ReadlineColor::PrintBootMsg(wout, conf.GetName(), false);
     112    ReadlineColor::PrintBootMsg(log, conf.GetName(), false);
    112113
    113114    if (conf.Has("log"))
Note: See TracChangeset for help on using the changeset viewer.