Bug 952977: bustage fix on a CLOSED TREE to appease the compiler gods r=me

This commit is contained in:
David Zbarsky 2014-07-29 19:51:38 -04:00
Родитель 6cf4dc1afd
Коммит 19d209ac14
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -625,7 +625,7 @@ public:
void NudgeToIntegersFixedEpsilon()
{
static const float error = 1e-5;
static const float error = 1e-5f;
NudgeToInteger(&_11, error);
NudgeToInteger(&_12, error);
NudgeToInteger(&_13, error);