|
@@ -67,7 +67,7 @@ void FieldGeneratorBase::SetCommonFieldVariables(
|
|
tag_bytes += ", " + SimpleItoa(tag_array[i]);
|
|
tag_bytes += ", " + SimpleItoa(tag_array[i]);
|
|
}
|
|
}
|
|
|
|
|
|
- (*variables)["access_level"] = class_access_level();
|
|
|
|
|
|
+ (*variables)["access_level"] = "public";
|
|
(*variables)["tag"] = SimpleItoa(tag);
|
|
(*variables)["tag"] = SimpleItoa(tag);
|
|
(*variables)["tag_size"] = SimpleItoa(tag_size);
|
|
(*variables)["tag_size"] = SimpleItoa(tag_size);
|
|
(*variables)["tag_bytes"] = tag_bytes;
|
|
(*variables)["tag_bytes"] = tag_bytes;
|