diff options
-rw-r--r-- | bpkg/utility.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/utility.hxx b/bpkg/utility.hxx index c347bda..85382ef 100644 --- a/bpkg/utility.hxx +++ b/bpkg/utility.hxx @@ -36,7 +36,7 @@ namespace bpkg using butl::casecmp; using butl::reverse_iterate; - using butl::exception_guard; + using butl::make_guard; using butl::make_exception_guard; // <libbutl/filesystem.mxx> |