diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-05-04 09:55:11 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-05-04 09:55:11 +0200 |
commit | 5db9e1a6cc412164fdeb3887cd989171223f126e (patch) | |
tree | aa78b5f4b62ff0235abd3980dc5eab16e0af6385 /src/urlbar/urlresolver.cpp | |
parent | Memory leaks fixes (diff) | |
download | rekonq-5db9e1a6cc412164fdeb3887cd989171223f126e.tar.xz |
Last krazy fixes
Diffstat (limited to 'src/urlbar/urlresolver.cpp')
-rw-r--r-- | src/urlbar/urlresolver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlbar/urlresolver.cpp b/src/urlbar/urlresolver.cpp index 276c2531..5e055903 100644 --- a/src/urlbar/urlresolver.cpp +++ b/src/urlbar/urlresolver.cpp @@ -54,7 +54,7 @@ // 5. "fixhosturifilter" -bool UrlSearchItem::operator==(const UrlSearchItem &i) +bool UrlSearchItem::operator==(const UrlSearchItem &i) const { return url == i.url; } |