>>>>> "Karl" == Karl Nelson <[EMAIL PROTECTED]> writes:
Karl> I think your compiler is incorrect on issuing thos warnings.
Karl> Virtual is only required in the case where the derived class
Karl> adds additional work such that distroying the base class won't
Karl> handle destruction of the derivved class.
Thanks for the clarification. I removed this change from our code
base, and in the future I will exclude this warning from my "picky"
builds (these are not really warnings, but rather "info" messages).
JMarc