Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cielavenir committed Apr 10, 2022
1 parent 1bbf086 commit bd82e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CPP/7zip/Compress/Balz/BalzRegister.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ class CM: public Encoder
Counter counter1[256][512];
Counter counter2[256][TAB_SIZE];

CM(void *in, void *out): Encoder(in, out){}
CM(void *in_, void *out_): Encoder(in_, out_){}

void Encode(int t, int c1)
{
Expand Down

0 comments on commit bd82e8a

Please sign in to comment.