Skip to content

Commit

Permalink
Depend on RFC6330__v1, not on RaptorQ__v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Kim committed Dec 18, 2018
1 parent dbba71b commit 1ef7550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/impl/libraptorq/swig/swig.swigcxx
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ BytesEncoder *InitBytesEncoder(
auto enc = new BytesEncoder(
SLICEBEGIN, SLICEEND, min_subsymbol_size, symbol_size, max_sub_block
);
enc->compute(RaptorQ__v1::Compute::COMPLETE | RaptorQ__v1::Compute::NO_BACKGROUND);
enc->compute(RFC6330__v1::Compute::COMPLETE | RFC6330__v1::Compute::NO_BACKGROUND);
return enc;
}

Expand Down

0 comments on commit 1ef7550

Please sign in to comment.