Add virtual destructor.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2880
This commit is contained in:
parent
24eba30d23
commit
a4d1439cce
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ private:
|
|||
public:
|
||||
virtual bool read(Bit8u *buffer, int seek, int count) = 0;
|
||||
virtual int getLength() = 0;
|
||||
virtual ~TrackFile() = 0;
|
||||
};
|
||||
|
||||
class BinaryFile : public TrackFile {
|
||||
|
|
Loading…
Add table
Reference in a new issue