aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/pal.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/pal.h')
-rw-r--r--engines/cine/pal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cine/pal.h b/engines/cine/pal.h
index c8c1ad62a5..bbfaf54ab2 100644
--- a/engines/cine/pal.h
+++ b/engines/cine/pal.h
@@ -191,7 +191,7 @@ private:
// This is needed because when using a Color as return value, this would crash Chrilith's
// compiler for PalmOS.
// TODO: Add more information about the compiler.
- void saturatedAddColor(Color &result, Color baseColor, signed r, signed g, signed b) const;
+ void saturatedAddColor(Color &result, const Color &baseColor, signed r, signed g, signed b) const;
private:
Graphics::PixelFormat _format; ///< The used source color format