summaryrefslogtreecommitdiff
path: root/src/urlbar/urlresolver.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-05-04 09:55:11 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-05-04 09:55:11 +0200
commit5db9e1a6cc412164fdeb3887cd989171223f126e (patch)
treeaa78b5f4b62ff0235abd3980dc5eab16e0af6385 /src/urlbar/urlresolver.h
parentMemory leaks fixes (diff)
downloadrekonq-5db9e1a6cc412164fdeb3887cd989171223f126e.tar.xz
Last krazy fixes
Diffstat (limited to 'src/urlbar/urlresolver.h')
-rw-r--r--src/urlbar/urlresolver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlbar/urlresolver.h b/src/urlbar/urlresolver.h
index d3cdedbe..0b519989 100644
--- a/src/urlbar/urlresolver.h
+++ b/src/urlbar/urlresolver.h
@@ -59,7 +59,7 @@ public:
: type(_type), url(_url), title(_title)
{};
- bool operator==(const UrlSearchItem &i);
+ bool operator==(const UrlSearchItem &i) const;
};
typedef QList <UrlSearchItem> UrlSearchList;