Author: shadzik                      Date: Fri Nov  3 14:43:08 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix syntax error in header file

---- Files affected:
SOURCES:
   wormux-syntax_fix.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/wormux-syntax_fix.patch
diff -u /dev/null SOURCES/wormux-syntax_fix.patch:1.1
--- /dev/null   Fri Nov  3 15:43:08 2006
+++ SOURCES/wormux-syntax_fix.patch     Fri Nov  3 15:43:03 2006
@@ -0,0 +1,11 @@
+--- src/tool/vector2.h 2006-10-21 21:50:09.000000000 +0200
++++ src/tool/vector2.h-new     2006-11-03 15:34:25.908658328 +0100
+@@ -10,7 +10,7 @@
+ template<class T> class Vector2
+ {
+       private:
+-              const static double EPS_ZERO = 0.05;
++              static const double EPS_ZERO = 0.05;
+ 
+       public:
+               T x, y;
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to