diff --git a/trunk/c5/hex.cpp b/trunk/c5/hex.cpp index 31561676..b6484a5d 100644 --- a/trunk/c5/hex.cpp +++ b/trunk/c5/hex.cpp @@ -21,7 +21,7 @@ void HexEncoder::IsolatedInitialize(const NameValuePairs ¶meters) void HexDecoder::IsolatedInitialize(const NameValuePairs ¶meters) { - BaseN_Decoder::Initialize(CombinedNameValuePairs( + BaseN_Decoder::IsolatedInitialize(CombinedNameValuePairs( parameters, MakeParameters(Name::DecodingLookupArray(), GetDefaultDecodingLookupArray(), false)(Name::Log2Base(), 4, true))); }