summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/cache/SlsRequestQueue.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/cache/SlsRequestQueue.cxx')
-rw-r--r--sd/source/ui/slidesorter/cache/SlsRequestQueue.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/slidesorter/cache/SlsRequestQueue.cxx b/sd/source/ui/slidesorter/cache/SlsRequestQueue.cxx
index 993aece322e2..c5a7ab4a09bb 100644
--- a/sd/source/ui/slidesorter/cache/SlsRequestQueue.cxx
+++ b/sd/source/ui/slidesorter/cache/SlsRequestQueue.cxx
@@ -37,6 +37,7 @@ public:
*/
class Comparator { public:
bool operator() (const Request& rRequest1, const Request& rRequest2)
+ const
{
if (rRequest1.meClass == rRequest2.meClass)
{