On Fri, Jul 11, 2008 at 01:19:26PM -0400, rgheck wrote: > + if (bparams) > + delete bparams; > + } > /// Which kind of operation are we recording for? > UndoKind kind; > /// the position of the cursor > > Obviously, this isn't a big deal. Yours should work. But this one seems > marginally safer.
You can even drop the 'if'. 'delete 0' is guaranteed to work. Andre'