Changeset 1220 for code/trunk/src/core
- Timestamp:
- May 2, 2008, 10:58:22 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/core/InputBuffer.cc
r1219 r1220 50 50 //this->bActivated_ = false; 51 51 this->allowedChars_ = allowedChars; 52 this->keyboard_ = InputManager::get Singleton().getKeyboard();52 this->keyboard_ = InputManager::getKeyboard(); 53 53 this->buffer_ = ""; 54 54 }
Note: See TracChangeset
for help on using the changeset viewer.