Skip to content

Commit

Permalink
Update pool-manager-impl.h
Browse files Browse the repository at this point in the history
  • Loading branch information
wheremyfoodat committed Apr 30, 2022
1 parent 28907a9 commit 53ad192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pool-manager-impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ void PoolManager<T>::Release(T pc) {
}

template <typename T>
PoolManager<T>::~PoolManager<T>() VIXL_NEGATIVE_TESTING_ALLOW_EXCEPTION {
PoolManager<T>::~PoolManager() VIXL_NEGATIVE_TESTING_ALLOW_EXCEPTION {
#ifdef VIXL_DEBUG
// Check for unbound objects.
for (objects_iter iter = objects_.begin(); iter != objects_.end(); ++iter) {
Expand Down

0 comments on commit 53ad192

Please sign in to comment.