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.h

    r5531 r6066  
    1 /* $Id: kFileFormatBase.h,v 1.5 2001-04-17 00:26:11 bird Exp $
     1/* $Id: kFileFormatBase.h,v 1.6 2001-06-22 17:07:47 bird Exp $
    22 *
    33 * kFileFormatBase - Base class for kFile<format> classes.
     
    3333{
    3434public:
     35
     36    virtual ~kFileFormatBase();
     37
    3538    virtual BOOL  isDef() const { return FALSE;}
    3639    virtual BOOL  isPe() const  { return FALSE;}
    3740    virtual BOOL  isLx() const  { return FALSE;}
    3841    virtual BOOL  dump(kFile *pOut);
     42
    3943};
    4044
Note: See TracChangeset for help on using the changeset viewer.