Skip to content

Commit

Permalink
fix bzip errors
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonRuonanWang committed Sep 17, 2021
1 parent 262d16c commit 349ae32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ void BPBZIP2::GetData(const char *input,
helper::GetDataTypeFromString(
blockOperationInfo.Info.at("PreDataType")),
blockOperationInfo.PreStart, blockOperationInfo.PreCount,
blockOperationInfo.Info, params);
params, const_cast<Params &>(blockOperationInfo.Info));

#else
throw std::runtime_error(
Expand Down

0 comments on commit 349ae32

Please sign in to comment.