refactor: rename DTree to DValue
This commit is contained in:
@@ -107,7 +107,7 @@ bool cpp_type(String word)
|
||||
{
|
||||
return(
|
||||
word == "String" ||
|
||||
word == "DTree" ||
|
||||
word == "DValue" ||
|
||||
word == "Request" ||
|
||||
word == "StringList" ||
|
||||
word == "StringMap" ||
|
||||
|
||||
Reference in New Issue
Block a user