Skip to content

Commit bd82e8a

Browse files
committed
test
1 parent 1bbf086 commit bd82e8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CPP/7zip/Compress/Balz/BalzRegister.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ class CM: public Encoder
208208
Counter counter1[256][512];
209209
Counter counter2[256][TAB_SIZE];
210210

211-
CM(void *in, void *out): Encoder(in, out){}
211+
CM(void *in_, void *out_): Encoder(in_, out_){}
212212

213213
void Encode(int t, int c1)
214214
{

0 commit comments

Comments
 (0)