diff --git a/src/Instrumentation/HUD/HUD.hxx b/src/Instrumentation/HUD/HUD.hxx
index 684800392..7950ada79 100644
--- a/src/Instrumentation/HUD/HUD.hxx
+++ b/src/Instrumentation/HUD/HUD.hxx
@@ -146,7 +146,7 @@ public:
     inline bool is3D() const { return _3Denabled; }
     inline float alphaClamp() const { return _cl; }
     inline double timer() const { return _timer; }
-    static void textAlign(fntRenderer *r, const char *s, int align, float *x, float *y,
+    static void textAlign(fntRenderer *rend, const char *s, int align, float *x, float *y,
             float *l, float *r, float *b, float *t);
 
     enum Units { FEET, METER };