Skip to content

Commit

Permalink
Fixed missing noexcept
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Duffey <[email protected]>
  • Loading branch information
JDuffeyBQ committed Apr 23, 2024
1 parent 61c30a8 commit f490d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simplnx/Utilities/Parsing/HDF5/IO/DatasetIO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ DatasetIO::DatasetIO(DatasetIO&& other) noexcept
{
}

DatasetIO::~DatasetIO()
DatasetIO::~DatasetIO() noexcept
{
closeHdf5();
}
Expand Down

0 comments on commit f490d02

Please sign in to comment.