LGTM: [skip ci] fix: Non-virtual destructor in base class

This commit is contained in:
wmayer
2020-07-24 19:30:12 +02:00
parent c162037476
commit e079e7a7bb
4 changed files with 5 additions and 5 deletions

View File

@@ -288,7 +288,7 @@ protected:
public:
CDxfRead(const char* filepath); // this opens the file
~CDxfRead(); // this closes the file
virtual ~CDxfRead(); // this closes the file
bool Failed(){return m_fail;}
void DoRead(const bool ignore_errors = false); // this reads the file and calls the following functions