Codechange: make StringParameters#next_type only writable from outside the class
This commit is contained in:
@@ -899,7 +899,7 @@ static void FormatString(StringBuilder &builder, const char *str_arg, StringPara
|
||||
continue;
|
||||
}
|
||||
|
||||
args.next_type = b;
|
||||
args.SetTypeOfNextParameter(b);
|
||||
switch (b) {
|
||||
case SCC_ENCODED: {
|
||||
uint64 sub_args_data[20];
|
||||
|
Reference in New Issue
Block a user