summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/eventqueue.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/eventqueue.cxx')
-rw-r--r--slideshow/source/engine/eventqueue.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/eventqueue.cxx b/slideshow/source/engine/eventqueue.cxx
index b202f4d3a6e8..df2ce3cdf3cb 100644
--- a/slideshow/source/engine/eventqueue.cxx
+++ b/slideshow/source/engine/eventqueue.cxx
@@ -41,7 +41,7 @@ namespace slideshow
{
// negate comparison, we want priority queue to be sorted
// in increasing order of activation times
- return this->nTime > rEvent.nTime;
+ return nTime > rEvent.nTime;
}