diff --git a/src/app/Dictionary.h b/src/app/Dictionary.h index 0ce28bf..d75b696 100644 --- a/src/app/Dictionary.h +++ b/src/app/Dictionary.h @@ -176,6 +176,7 @@ protected: return true; } boolean isListEmpty(Dictionary *node) {return node == NULL;} + char *_parameter; T *_value; Dictionary *_next;