From cdcb44468670b2f557070c43f2ca6dd389eda03c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 28 Sep 2019 18:00:43 +0300 Subject: Adapt to renaming butl::casecmp() to icasecmp() --- libbrep/utility.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbrep/utility.hxx') 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 // assert() #include // make_move_iterator() -#include // casecmp(), reverse_iterate(), +#include // icasecmp(), reverse_iterate(), // operator<<(ostream, exception) namespace brep @@ -27,7 +27,7 @@ namespace brep // // - using butl::casecmp; + using butl::icasecmp; using butl::reverse_iterate; } -- cgit v1.1