summaryrefslogtreecommitdiff
path: root/splash/SplashScreen.cc
diff options
context:
space:
mode:
Diffstat (limited to 'splash/SplashScreen.cc')
-rw-r--r--splash/SplashScreen.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/splash/SplashScreen.cc b/splash/SplashScreen.cc
index 615fdd2b..e97a3886 100644
--- a/splash/SplashScreen.cc
+++ b/splash/SplashScreen.cc
@@ -48,7 +48,7 @@ struct SplashScreenPoint {
struct cmpDistancesFunctor {
- bool operator()(const SplashScreenPoint &p0, const SplashScreenPoint &p1) {
+ bool operator()(const SplashScreenPoint p0, const SplashScreenPoint p1) {
return p0.dist < p1.dist;
}
};