Fix build

This commit is contained in:
Christophe Riccio
2014-10-27 13:44:30 +01:00
parent 097c1f7b90
commit f09d1fd3d4
2 changed files with 3 additions and 1 deletions

View File

@@ -73,7 +73,7 @@ namespace isPowerOfTwo
{0x00000001, true},
{0x00000002, true},
{0x00000004, true},
{0xffffffff, true},
{0x0000000f, false},
{0x00000000, true},
{0x00000003, false}
};