diff --git a/include/wxex/crypto.h b/include/wxex/crypto.h index a4f1f12..e8f5a60 100644 --- a/include/wxex/crypto.h +++ b/include/wxex/crypto.h @@ -256,5 +256,5 @@ bool WXEXTEND_API wxCryptoVerifySignature(const wxCryptoHash &hash, const void * /// inline bool wxCryptoVerifySignature(const wxCryptoHash &hash, const wxMemoryBuffer &signature, const wxCryptoKey &key) { - return ::wxCryptoVerifySignature(hash, signature.GetData(), signature.GetDataLen(), key); + return wxCryptoVerifySignature(hash, signature.GetData(), signature.GetDataLen(), key); }