
A member variable and local variable had the same names which caused the member variable to not be used. With the change in the member variable, this went unnoticed.
A member variable and local variable had the same names which caused the member variable to not be used. With the change in the member variable, this went unnoticed.