Re: [Opensg-users] SimpleAttachment using SimpleFieldId instead of SimpleFieldMask

2010-11-07 Thread Gerrit Voß
Hi, On Sat, 2010-11-06 at 09:55 -0500, David Kabala wrote: > I believe I have found an error in the SimpleAttachment code in > OSGSimpleAttachment.inl. The problem is that in the editHandleField > methods, it is incorrectly using SimpleFieldId instead of > SimpleFieldMask with calling edit[S/M]F

[Opensg-users] SimpleAttachment using SimpleFieldId instead of SimpleFieldMask

2010-11-06 Thread David Kabala
I believe I have found an error in the SimpleAttachment code in OSGSimpleAttachment.inl. The problem is that in the editHandleField methods, it is incorrectly using SimpleFieldId instead of SimpleFieldMask with calling edit[S/M]Field. I have attached a patch with the changes. Cheers, David Kabal