1
0

Remove TODO

This commit is contained in:
otya128
2016-12-17 15:36:31 +09:00
parent a45bf04dfa
commit 4371f57994

View File

@@ -30,7 +30,6 @@ struct Value
{
int integerValue;
double doubleValue;
//TODO:Array!wchar stringValue;にしたい
Array!wchar stringValue;
Array!int integerArray;
Array!double doubleArray;