diff --git a/src/inputHandling.h b/src/inputHandling.h index 9939eae..1772592 100644 --- a/src/inputHandling.h +++ b/src/inputHandling.h @@ -10,7 +10,7 @@ op functionsType; char* formular; double inputNumbers[10]; int arrayLength; -void* child[10]; // all children structs which depends on this struct +void* children[10]; // all children structs which depends on this struct void* parent; // the parent struct which this struct depends on double result; }calc_op;