]> git.mxchange.org Git - flightgear.git/commit
Frederic Bouvier:
authorehofman <ehofman>
Mon, 5 Apr 2004 11:29:12 +0000 (11:29 +0000)
committerehofman <ehofman>
Mon, 5 Apr 2004 11:29:12 +0000 (11:29 +0000)
commite30112a5ca02d2a9bbdfe052c885869c031a66b2
treec396ee6c828ec931ed90cd3f871aa5a84fd308a8
parent81929e472675c9ff31c5288a40763aea2cd32182
Frederic Bouvier:

this patch is to clear a problem that I sometimes
encounter : FG locks when hitting the cancel button
of a dialog. In fact, an interator is always invalid
when it was used to erase a member of a collection.
The braces are here to help my debugger, and I also
removed a warning about unused variable.
src/GUI/new_gui.cxx