1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-08 04:20:09 +00:00
This commit is contained in:
jules 2007-07-26 18:24:09 +00:00
parent 192a3087a4
commit 7d0cf66fad
10 changed files with 34 additions and 34 deletions

View file

@ -306,7 +306,7 @@ static void getModifierMapping() throw()
static int currentModifiers = 0;
void ModifierKeys::updateCurrentModifiers()
void ModifierKeys::updateCurrentModifiers() throw()
{
currentModifierFlags = currentModifiers;
}