summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-20 23:30:34 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-20 23:30:34 +0100
commit7a38fa97e0423ac601848c701944aa3f81a17c5c (patch)
treebd5eade28d2afb982afa05f1b5d4f48f226d98b3 /sd
parent64543ae92883438e3b7ec28f421269ff850b2e09 (diff)
Missing 'const'
Change-Id: I203ada1b4c527311ded56e6af0de7a7eb711f3f8
Diffstat (limited to 'sd')
-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)
{