Closed ThomasBassa closed 9 years ago
Another compiler warning, this one looks like a significant issue. Looks like line 291 of the class uses = instead of == for a Boolean comparison.
=
==
Should probably remove the equals comparison altogether since it's a Boolean variable anyway.
Another compiler warning, this one looks like a significant issue. Looks like line 291 of the class uses
=
instead of==
for a Boolean comparison.Should probably remove the equals comparison altogether since it's a Boolean variable anyway.