Originally posted by TheRefactornator
View Post
myPtrHisComment = &hisComment;
if( myPtrHisComment )
{
myPtrHisComment->WHS = TRUE;
}
Comment