Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1489


Ignore:
Timestamp:
May 30, 2008, 5:47:08 PM (16 years ago)
Author:
FelixSchulthess
Message:

changed 1 line in input buffer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/core/InputBuffer.h

    r1486 r1489  
    6565              listener_(listener), function_(function)
    6666        { }
    67         void InputBufferListenerTuple::callFunction()
     67        void callFunction()
    6868        {
    6969            (listener_->*function_)();
Note: See TracChangeset for help on using the changeset viewer.