mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
THRIFT-460: fixes constant structs
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@766933 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
aac5bd4b13
commit
fae0e78158
@ -386,6 +386,7 @@ string t_perl_generator::render_const_value(t_type* type, t_const_value* value)
|
||||
out << render_const_value(g_type_string, v_iter->first);
|
||||
out << " => ";
|
||||
out << render_const_value(field_type, v_iter->second);
|
||||
out << ",";
|
||||
out << endl;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user