making it an abc didn't work somehow.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2882
This commit is contained in:
parent
dd42270cf7
commit
8c6d24bb61
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ private:
|
|||
public:
|
||||
virtual bool read(Bit8u *buffer, int seek, int count) = 0;
|
||||
virtual int getLength() = 0;
|
||||
virtual ~TrackFile() = 0;
|
||||
virtual ~TrackFile() { };
|
||||
};
|
||||
|
||||
class BinaryFile : public TrackFile {
|
||||
|
|
Loading…
Add table
Reference in a new issue