Fix compilation for armeabi with gcc-4.9, 5.0 toolchains

Refs: #119
pull/136/head
Alexander Afanasyev 2016-01-23 12:32:11 -08:00
parent df1f68da84
commit 96c51ffb2c
1 changed files with 1 additions and 1 deletions

View File

@ -2789,7 +2789,7 @@ InitializeInteger::InitializeInteger()
if (!g_pAssignIntToInteger) if (!g_pAssignIntToInteger)
{ {
SetFunctionPointers(); SetFunctionPointers();
g_pAssignIntToInteger = AssignIntToInteger; g_pAssignIntToInteger = (CryptoPP::PAssignIntToInteger)AssignIntToInteger;
} }
} }