Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1220 for code/trunk/src/core


Ignore:
Timestamp:
May 2, 2008, 10:58:22 PM (17 years ago)
Author:
rgrieder
Message:

compiles now on tardis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/core/InputBuffer.cc

    r1219 r1220  
    5050        //this->bActivated_ = false;
    5151        this->allowedChars_ = allowedChars;
    52         this->keyboard_ = InputManager::getSingleton().getKeyboard();
     52        this->keyboard_ = InputManager::getKeyboard();
    5353        this->buffer_ = "";
    5454    }
Note: See TracChangeset for help on using the changeset viewer.