Minor change

This commit is contained in:
anschrammh 2019-03-30 11:41:13 +01:00
parent 1f1aa2081d
commit 3e609ac8ca

View File

@ -176,6 +176,7 @@ protected:
return true; return true;
} }
boolean isListEmpty(Dictionary *node) {return node == NULL;} boolean isListEmpty(Dictionary *node) {return node == NULL;}
char *_parameter; char *_parameter;
T *_value; T *_value;
Dictionary *_next; Dictionary *_next;