From 3e609ac8ca93fcb28bb974ef6c53e3da4e2dd98d Mon Sep 17 00:00:00 2001 From: anschrammh Date: Sat, 30 Mar 2019 11:41:13 +0100 Subject: [PATCH] Minor change --- src/app/Dictionary.h | 1 + 1 file changed, 1 insertion(+) 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;