dll header on stlgeometry load

This commit is contained in:
Christopher Lackner 2022-09-09 12:28:41 +02:00
parent 81b0599a9e
commit a8737418b9

View File

@ -319,7 +319,7 @@ public:
virtual ~STLTopology();
static STLGeometry * LoadNaomi (istream & ist);
static STLGeometry * Load (istream & ist, bool surface=false);
DLL_HEADER static STLGeometry * Load (istream & ist, bool surface=false);
static STLGeometry * LoadBinary (istream & ist);
void Save (const filesystem::path & filename) const;