diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-09-28 18:00:43 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-09-28 18:00:43 +0300 |
commit | cdcb44468670b2f557070c43f2ca6dd389eda03c (patch) | |
tree | 48d5eeef90779731b04b4a9654957acbe2b74197 /libbrep | |
parent | c3020dee6c91f2694cd098566716f2a4a7794dbe (diff) |
Adapt to renaming butl::casecmp() to icasecmp()
Diffstat (limited to 'libbrep')
-rw-r--r-- | libbrep/utility.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbrep/utility.hxx b/libbrep/utility.hxx index 233255a..96cf1d4 100644 --- a/libbrep/utility.hxx +++ b/libbrep/utility.hxx @@ -11,7 +11,7 @@ #include <cassert> // assert() #include <iterator> // make_move_iterator() -#include <libbutl/utility.mxx> // casecmp(), reverse_iterate(), +#include <libbutl/utility.mxx> // icasecmp(), reverse_iterate(), // operator<<(ostream, exception) namespace brep @@ -27,7 +27,7 @@ namespace brep // <libbutl/utility.mxx> // - using butl::casecmp; + using butl::icasecmp; using butl::reverse_iterate; } |