mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
Fix warning
This commit is contained in:
parent
6a2361700f
commit
9916527097
@ -108,8 +108,7 @@ namespace ngcore
|
||||
static bool IsRegistered(const std::string& classname);
|
||||
public:
|
||||
Archive (bool ais_output) :
|
||||
is_output(ais_output), shared_ptr_count(0), ptr_count(0),
|
||||
shared_ptr2nr(), ptr2nr(), nr2shared_ptr(), nr2ptr() { ; }
|
||||
is_output(ais_output), shared_ptr_count(0), ptr_count(0) { ; }
|
||||
|
||||
virtual ~Archive() { ; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user