SOURCES: irrlicht-gcc4.patch (NEW) - C++ fix

qboosh qboosh at pld-linux.org
Sun May 27 21:20:11 CEST 2007


Author: qboosh                       Date: Sun May 27 19:20:11 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- C++ fix

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

---- Diffs:

================================================================
Index: SOURCES/irrlicht-gcc4.patch
diff -u /dev/null SOURCES/irrlicht-gcc4.patch:1.1
--- /dev/null	Sun May 27 21:20:11 2007
+++ SOURCES/irrlicht-gcc4.patch	Sun May 27 21:20:06 2007
@@ -0,0 +1,22 @@
+--- irrlicht-0.14.0/source/Irrlicht/include/matrix4.h.orig	2005-11-27 20:11:00.000000000 +0100
++++ irrlicht-0.14.0/source/Irrlicht/include/matrix4.h	2007-05-27 20:47:33.648511042 +0200
+@@ -59,7 +59,7 @@
+ 			void setTranslation( const vector3df& translation );			
+ 
+ 			//! Gets the current translation
+-			vector3df matrix4::getTranslation() const;
++			vector3df getTranslation() const;
+ 
+ 			//! Set the inverse translation of the current matrix. Will erase any previous values.
+ 			void setInverseTranslation( const vector3df& translation );	
+--- irrlicht-0.14.0/source/Irrlicht/include/quaternion.h.orig	2005-08-20 21:17:44.000000000 +0200
++++ irrlicht-0.14.0/source/Irrlicht/include/quaternion.h	2007-05-27 20:49:35.834145641 +0200
+@@ -52,7 +52,7 @@
+ 		quaternion& operator*=(f32 s);
+ 
+ 		//! multiplication operator
+-		vector3df quaternion::operator* (const vector3df& v) const;
++		vector3df operator* (const vector3df& v) const;
+ 
+ 		//! multiplication operator
+ 		quaternion& operator*=(const quaternion& other);
================================================================


More information about the pld-cvs-commit mailing list