From 25fc73970719fc37bfc032c459b7e6541fa781e2 Mon Sep 17 00:00:00 2001 From: Jan Kupec Date: Tue, 8 Apr 2008 10:53:09 +0000 Subject: [PATCH] - oops --- zypp/PoolQuery.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zypp/PoolQuery.cc b/zypp/PoolQuery.cc index 8e84774..78de090 100644 --- a/zypp/PoolQuery.cc +++ b/zypp/PoolQuery.cc @@ -712,7 +712,7 @@ attremptycheckend: PoolQuery::repos() const { return _pimpl->_repos; } - bool PoolQuery::caseSensitive() + bool PoolQuery::caseSensitive() const { return _pimpl->_flags & SEARCH_NOCASE; } bool PoolQuery::matchExact() const -- 2.7.4