Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 25, 2009, 8:40:39 PM (15 years ago)
Author:
landauf
Message:

removed some warnings and fixed an include error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/network/Host.cc

    r3059 r3074  
    108108    for (ObjectList<ChatListener>::iterator it = ObjectList<ChatListener>::begin(); it != ObjectList<ChatListener>::end(); ++it)
    109109      it->incomingChat(message, 0);
     110    return true;
    110111  }
    111112  else
Note: See TracChangeset for help on using the changeset viewer.