Fix Mac/Linux build

master
Ansariel 2015-07-11 16:54:49 +02:00
parent 3b401a9996
commit 3d5753fb2d
2 changed files with 2 additions and 2 deletions

View File

@ -1787,7 +1787,7 @@ BOOL FSFloaterIM::handleKeyHere( KEY key, MASK mask )
}
else
{
mInputEditor->insertText(LLWString(1, 182));
mInputEditor->insertText(LLWString(1, llwchar(182)));
}
}

View File

@ -729,7 +729,7 @@ BOOL FSFloaterNearbyChat::handleKeyHere( KEY key, MASK mask )
}
else
{
mInputEditor->insertText(LLWString(1, 182));
mInputEditor->insertText(LLWString(1, llwchar(182)));
}
}