Author: megabajt                     Date: Fri May 18 19:41:15 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- kill extra qualifiers

---- Files affected:
SOURCES:
   glaxium-gcc4.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/glaxium-gcc4.patch
diff -u /dev/null SOURCES/glaxium-gcc4.patch:1.1
--- /dev/null   Fri May 18 21:41:15 2007
+++ SOURCES/glaxium-gcc4.patch  Fri May 18 21:41:10 2007
@@ -0,0 +1,24 @@
+diff -urN glaxium_0.5.orig/scratcher.hpp glaxium_0.5/scratcher.hpp
+--- glaxium_0.5.orig/scratcher.hpp     2007-05-18 20:49:01.000000000 +0200
++++ glaxium_0.5/scratcher.hpp  2007-05-18 20:55:04.000000000 +0200
+@@ -34,7 +34,7 @@
+             UNDEF
+     } ;
+     
+-    Scratcher:: Scratcher(List *list, float x, float z, int bench=0);
++    Scratcher(List *list, float x, float z, int bench=0);
+     void draw();
+     void drawShadowable();
+     void move();
+diff -urN glaxium_0.5.orig/tank.hpp glaxium_0.5/tank.hpp
+--- glaxium_0.5.orig/tank.hpp  2007-05-18 20:49:01.000000000 +0200
++++ glaxium_0.5/tank.hpp       2007-05-18 20:49:42.000000000 +0200
+@@ -61,7 +61,7 @@
+ 
+ class TankFire : public Sprite {
+ public:
+-    TankFire::TankFire(List *list, Tank *tank, float x, float y, float 
z,float dx, float dz,float rotated);
++    TankFire(List *list, Tank *tank, float x, float y, float z,float dx, 
float dz,float rotated);
+     void draw();
+       void drawShadowable();
+     void move();
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to