summaryrefslogtreecommitdiff
path: root/hex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'hex.cpp')
-rw-r--r--hex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/hex.cpp b/hex.cpp
index 31561676..b6484a5d 100644
--- a/hex.cpp
+++ b/hex.cpp
@@ -21,7 +21,7 @@ void HexEncoder::IsolatedInitialize(const NameValuePairs &parameters)
void HexDecoder::IsolatedInitialize(const NameValuePairs &parameters)
{
- BaseN_Decoder::Initialize(CombinedNameValuePairs(
+ BaseN_Decoder::IsolatedInitialize(CombinedNameValuePairs(
parameters,
MakeParameters(Name::DecodingLookupArray(), GetDefaultDecodingLookupArray(), false)(Name::Log2Base(), 4, true)));
}