mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
Fix visibility warning
This commit is contained in:
parent
8db69a673b
commit
90fc783e55
@ -215,7 +215,7 @@ namespace ngcore
|
||||
}
|
||||
|
||||
template<typename ARCHIVE>
|
||||
class PyArchive : public ARCHIVE
|
||||
class NGCORE_API_EXPORT PyArchive : public ARCHIVE
|
||||
{
|
||||
private:
|
||||
pybind11::list lst;
|
||||
|
Loading…
Reference in New Issue
Block a user