aboutsummaryrefslogtreecommitdiff
path: root/libbrep/utility.hxx
diff options
context:
space:
mode:
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;
}