summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/usereventqueue.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/usereventqueue.cxx')
-rw-r--r--slideshow/source/engine/usereventqueue.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/usereventqueue.cxx b/slideshow/source/engine/usereventqueue.cxx
index 945801b8a1c8..0ded7aa435f1 100644
--- a/slideshow/source/engine/usereventqueue.cxx
+++ b/slideshow/source/engine/usereventqueue.cxx
@@ -466,7 +466,7 @@ protected:
{
// this looks funny, since ::std::map does
// provide an erase( iterator )
- // method. Unfortunately, stlport does not
+ // method. Unfortunately, C++ does not
// declare the obvious erase(
// reverse_iterator ) needed here (missing
// orthogonality, eh?)