don't bother typedefing this

This commit is contained in:
Glenn Maynard
2006-09-07 23:58:46 +00:00
parent fb99227ff1
commit 2fa3dd658a
2 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -289,7 +289,7 @@ void InputFilter::ResetKeyRepeat( const DeviceInput &di )
GetButtonState( di ).m_fSecsHeld = 0;
}
void InputFilter::GetInputEvents( InputEventArray &array )
void InputFilter::GetInputEvents( vector<InputEvent> &array )
{
array.clear();
LockMut(*queuemutex);