diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-14 13:02:20 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-14 13:02:20 +0200 |
commit | 1ddbf3409f76f0dd91a9402e602bc1ea1b12f8cd (patch) | |
tree | 8336ed5a879b24a43d50c3d02ce19998222a608d | |
parent | ad1de6c34f5492164d89667c648294363b972c99 (diff) |
Adjust to libbutl changes
-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> |