From: Charles R H. <cha...@gm...> - 2006-08-26 16:35:17
|
Hi, On 8/26/06, Albert Strasheim <fu...@gm...> wrote: > > A complete code snippet that reproduces the bug would be most helpful. +1. I too suspect that what you have here is a reference/copy problem. The only thing that is local to the class is the reference (pointer), the data is global. Chuck |