- oops
authorJan Kupec <jkupec@suse.cz>
Tue, 8 Apr 2008 10:53:09 +0000 (10:53 +0000)
committerJan Kupec <jkupec@suse.cz>
Tue, 8 Apr 2008 10:53:09 +0000 (10:53 +0000)
zypp/PoolQuery.cc

index 8e84774..78de090 100644 (file)
@@ -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