]> git.mxchange.org Git - flightgear.git/commitdiff
Avoid redefinition in the same prototype
authorfredb <fredb>
Tue, 1 Aug 2006 21:16:56 +0000 (21:16 +0000)
committerfredb <fredb>
Tue, 1 Aug 2006 21:16:56 +0000 (21:16 +0000)
src/Instrumentation/HUD/HUD.hxx

index 684800392ffef2a1e71e796cc0469213e0de57e1..7950ada797f6eaeb92310bfb884a661087ede413 100644 (file)
@@ -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 };