BeardedFish/ini-rw

GetValueCommentPair().SetValueBeforeComment() doesn't work as intended

BeardedFish opened this issue · 1 comments

The GetValueCommentPair() method returns a copy of the member variable. Calling the SetValueBeforeComment() method on the copy does not update the original member variable.

This has been fixed: 564b8e2