aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/NNTree.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <jberkenbilt@users.noreply.github.com>2023-04-01 15:42:52 +0200
committerGitHub <noreply@github.com>2023-04-01 15:42:52 +0200
commit40e4d1f97cbf5cb58d5324380da415f12d3aaa32 (patch)
tree4086653fd123c7435948c75c53500aef97ef72d8 /libqpdf/NNTree.cc
parent5981b25e984aed7a75494b552e4f934f331c0c3d (diff)
parent9c7aa2cbbdd79133223b9dbde78fbb462f2861ab (diff)
downloadqpdf-40e4d1f97cbf5cb58d5324380da415f12d3aaa32.tar.zst
Merge pull request #930 from m-holger/throw
Code tidy re-throwing of exceptions
Diffstat (limited to 'libqpdf/NNTree.cc')
-rw-r--r--libqpdf/NNTree.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/NNTree.cc b/libqpdf/NNTree.cc
index 777bd553..dbcdc1f9 100644
--- a/libqpdf/NNTree.cc
+++ b/libqpdf/NNTree.cc
@@ -899,7 +899,7 @@ NNTreeImpl::find(QPDFObjectHandle key, bool return_prev_if_not_found)
repair();
return findInternal(key, return_prev_if_not_found);
} else {
- throw e;
+ throw;
}
}
}