STYLE: fix typo
Alex
This commit is contained in:
parent
112747e4e2
commit
6c5fb80656
@ -96,7 +96,7 @@ public:
|
|||||||
enum VariableTypeEnum {
|
enum VariableTypeEnum {
|
||||||
NO_VARIABLE_TYPE = 0, // The variable is not specified
|
NO_VARIABLE_TYPE = 0, // The variable is not specified
|
||||||
INT_TYPE, // The variable is integer (int)
|
INT_TYPE, // The variable is integer (int)
|
||||||
BOOL_TYPE, // The vairable is boolean (bool)
|
BOOL_TYPE, // The variable is boolean (bool)
|
||||||
DOUBLE_TYPE, // The variable is float (double)
|
DOUBLE_TYPE, // The variable is float (double)
|
||||||
STRING_TYPE, // The variable is string (char*)
|
STRING_TYPE, // The variable is string (char*)
|
||||||
STL_STRING_TYPE, // The variable is string (char*)
|
STL_STRING_TYPE, // The variable is string (char*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user