aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-14 13:02:58 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-14 13:02:58 +0200
commit62c7b99782677c5412b206a4d88ffb4e4dacb25f (patch)
tree452713b9b2638cf70b2fdbb1c8b8a4e5a2daa427
parent2f430f639ba197d86b9509336de7d003ccf0e03b (diff)
Adjust to libbutl changes
-rw-r--r--bbot/utility.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bbot/utility.hxx b/bbot/utility.hxx
index e03ee49..ab97f91 100644
--- a/bbot/utility.hxx
+++ b/bbot/utility.hxx
@@ -40,7 +40,7 @@ namespace bbot
using butl::casecmp;
using butl::reverse_iterate;
- using butl::exception_guard;
+ using butl::make_guard;
using butl::make_exception_guard;
// <libbutl/fdstream.mxx>