Ignore:
Timestamp:
Jun 22, 2001, 7:07:47 PM (24 years ago)
Author:
bird
Message:

Made virtual destructor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/common/kFileFormatBase.cpp

    r5531 r6066  
    1 /* $Id: kFileFormatBase.cpp,v 1.4 2001-04-17 00:26:11 bird Exp $
     1/* $Id: kFileFormatBase.cpp,v 1.5 2001-06-22 17:07:47 bird Exp $
    22 *
    33 * kFileFormatBase - Base class for kFile<format> classes.
     
    3636}
    3737
     38
     39kFileFormatBase::~kFileFormatBase()
     40{
     41
     42}
     43
Note: See TracChangeset for help on using the changeset viewer.