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