diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-14 13:05:23 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-14 13:05:23 +0200 |
commit | 582ff699fd099ba066f31e1fc0ea4c9551ed1cd5 (patch) | |
tree | d1813ad72b2c626f4ecf4cc5c8a45cc2f6c5a61b | |
parent | 40632ed4dc0a51149ab034cebed6227db21c9dab (diff) |
Adjust to libbutl changes
-rw-r--r-- | bdep/utility.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/utility.hxx b/bdep/utility.hxx index da491c3..c257686 100644 --- a/bdep/utility.hxx +++ b/bdep/utility.hxx @@ -47,7 +47,7 @@ namespace bdep using butl::reverse_iterate; - using butl::exception_guard; + using butl::make_guard; using butl::make_exception_guard; // <libbutl/filesystem.mxx> |