aboutsummaryrefslogtreecommitdiff
path: root/bpkg/utility.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-14 13:02:20 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-14 13:02:20 +0200
commit1ddbf3409f76f0dd91a9402e602bc1ea1b12f8cd (patch)
tree8336ed5a879b24a43d50c3d02ce19998222a608d /bpkg/utility.hxx
parentad1de6c34f5492164d89667c648294363b972c99 (diff)
Adjust to libbutl changes
Diffstat (limited to 'bpkg/utility.hxx')
-rw-r--r--bpkg/utility.hxx2
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>