Skip to content

Commit

Permalink
Merge branch 'main' into support_all_records
Browse files Browse the repository at this point in the history
  • Loading branch information
pniedzielski authored Jan 7, 2025
2 parents ac87fe5 + 14e95e8 commit 101aa44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ inline FileManagerImpl::FileHandler<ITER>::FileHandler(
}

template <typename ITER>
inline FileManagerImpl::FileHandler<ITER>::~FileHandler<ITER>()
inline FileManagerImpl::FileHandler<ITER>::~FileHandler()
{
d_iter.clear();
if (d_mfd.isValid()) {
Expand Down

0 comments on commit 101aa44

Please sign in to comment.