Adding destructor to format class

This commit is contained in:
2018-02-08 10:58:37 +01:00
parent 9eabebac15
commit c0f6edecb4
+1
View File
@@ -16,6 +16,7 @@ class NXmxFormat : public H5Format
shared_ptr<h5_group> file_format = NULL;
public:
~NXmxFormat(){};
NXmxFormat()
{