Problem: 1385410

Title: (Segments) TInvalCursorCommand needs destructor for segmenting

Received: Sep 5 1996 4:41PM


TInvalCursorCommand needs a destructor because its superclass TCommand has a virtual one.

The autogenerated destructor will end in an undefined segment (using mwc68k the Main segement) leading to a large Main segment.

Please chnage this in the following files:


Fix:

TInvalCursorCommand now has a virtual destructor.