Skip to content

Commit

Permalink
Add missing return in operator=
Browse files Browse the repository at this point in the history
  • Loading branch information
kleag committed May 23, 2024
1 parent 21c087a commit daee28b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ PropertyAccessorPrivate& PropertyAccessorPrivate::operator=(const PropertyAccess
m_mask = pap.m_mask;
m_emptyNessMask = pap.m_emptyNessMask;
m_name = pap.m_name;
return *this;
}


Expand Down

0 comments on commit daee28b

Please sign in to comment.