Skip to content

Commit

Permalink
Fix[m_bmqstoragetool_filemanager.h]: rollback redundant template arg …
Browse files Browse the repository at this point in the history
…for destructor (#544)

Signed-off-by: Evgeny Malygin <[email protected]>
  • Loading branch information
678098 authored Jan 7, 2025
1 parent ee482a7 commit 14e95e8
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 14e95e8

Please sign in to comment.