Corrected the return type

This commit is contained in:
Eric Barr
2014-04-01 01:57:32 -07:00
parent 6d48951d96
commit 1371fb2018
@@ -7637,7 +7637,7 @@ This entire section is dedicated to Yaw
setYaw(sign, tYaw);
}
int[] allStructures = dataTableGetStringColumn(SIGN_ADJUST_SIGN_BY_TEMPLATE, "structure_template");
string[] allStructures = dataTableGetStringColumn(SIGN_ADJUST_SIGN_BY_TEMPLATE, "structure_template");
if(allStructures != null && allStructures.length > 0)
{