aboutsummaryrefslogtreecommitdiff
path: root/libbrep/utility.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-09-28 18:00:43 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-09-28 18:00:43 +0300
commitcdcb44468670b2f557070c43f2ca6dd389eda03c (patch)
tree48d5eeef90779731b04b4a9654957acbe2b74197 /libbrep/utility.hxx
parentc3020dee6c91f2694cd098566716f2a4a7794dbe (diff)
Adapt to renaming butl::casecmp() to icasecmp()
Diffstat (limited to 'libbrep/utility.hxx')
-rw-r--r--libbrep/utility.hxx4
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;
}