1
edit
Changes
m
→Destructor OOP344 northWind87: Minor spelling mistake :)
Obviously, in this case IO_Edit should be marked as non-dynamic so at destruction time, the memory is NOT deallocated.
====DestrucotrDestructor====
The IO_Edit's destructor, checks to see if the object is marked to be dynamic. In this case it will delete[] the the character content of IO_Field's _data.