From d0f8f8351bd9323f606b6aba9c41311fb1a0d944 Mon Sep 17 00:00:00 2001 From: fredb <fredb> Date: Tue, 1 Aug 2006 21:16:56 +0000 Subject: [PATCH] Avoid redefinition in the same prototype --- src/Instrumentation/HUD/HUD.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };