Remove TODO
This commit is contained in:
@@ -30,7 +30,6 @@ struct Value
|
|||||||
{
|
{
|
||||||
int integerValue;
|
int integerValue;
|
||||||
double doubleValue;
|
double doubleValue;
|
||||||
//TODO:Array!wchar stringValue;にしたい
|
|
||||||
Array!wchar stringValue;
|
Array!wchar stringValue;
|
||||||
Array!int integerArray;
|
Array!int integerArray;
|
||||||
Array!double doubleArray;
|
Array!double doubleArray;
|
||||||
|
|||||||
Reference in New Issue
Block a user