fix export of base class

This commit is contained in:
wmayer
2018-04-29 11:01:07 +02:00
parent 5e484d0a92
commit 15b093b39d
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
// This program is released under the BSD license. See the file COPYING for details.
// modified 2018 wandererfan
#include "PreCompiled.h"
#include "dxf.h"
using namespace std;

View File

@@ -138,7 +138,7 @@ public:
};
// derive a class from this and implement it's virtual functions
class CDxfRead{
class ImportExport CDxfRead{
private:
std::ifstream* m_ifs;