mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
dll header on stlgeometry load
This commit is contained in:
parent
81b0599a9e
commit
a8737418b9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user