diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-14 13:02:58 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-14 13:02:58 +0200 |
commit | 62c7b99782677c5412b206a4d88ffb4e4dacb25f (patch) | |
tree | 452713b9b2638cf70b2fdbb1c8b8a4e5a2daa427 | |
parent | 2f430f639ba197d86b9509336de7d003ccf0e03b (diff) |
Adjust to libbutl changes
-rw-r--r-- | bbot/utility.hxx | 2 |
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> |