fix inconsistent dll linkage (to libsrc/general/template.hpp::39)

This commit is contained in:
Christopher Lackner 2023-10-16 16:50:55 +02:00
parent 73c2eded15
commit 8c4384a02f

View File

@ -21,7 +21,7 @@ namespace netgen
#define EPSGEOM 1E-5 #define EPSGEOM 1E-5
void MyError (const char * ch); DLL_HEADER void MyError (const char * ch);
class Point2d; class Point2d;
class Vec2d; class Vec2d;