E
Equus
Hi,
I have a weird case of a pointer, passed as an argument to a method,
not being assigned to the value it should.
My method is like this:
bool myClass::myMethod(param a, toBeUpdated* b)
{
if(a == myDataMember) {
I have a weird case of a pointer, passed as an argument to a method,
not being assigned to the value it should.
My method is like this:
bool myClass::myMethod(param a, toBeUpdated* b)
{
if(a == myDataMember) {