summaryrefslogtreecommitdiff
path: root/algparam.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'algparam.cpp')
-rw-r--r--algparam.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/algparam.cpp b/algparam.cpp
index aebe3c0..3c55640 100644
--- a/algparam.cpp
+++ b/algparam.cpp
@@ -8,7 +8,7 @@
NAMESPACE_BEGIN(CryptoPP)
-bool (*AssignIntToInteger)(const std::type_info &valueType, void *pInteger, const void *pInt) = NULL;
+PAssignIntToInteger g_pAssignIntToInteger = NULL;
bool CombinedNameValuePairs::GetVoidValue(const char *name, const std::type_info &valueType, void *pValue) const
{