Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > 9d9e5a167f4d6ab3c01d3e240d7a28ee > files > 2

glest-2.0.0-2mdv2007.1.src.rpm

--- glest-2.0.0/source/shared_lib/include/graphics/particle.h.extraqual	2005-11-10 18:57:04.000000000 -0500
+++ glest-2.0.0/source/shared_lib/include/graphics/particle.h	2006-12-02 09:01:10.000000000 -0500
@@ -310,7 +310,7 @@
 	void setTrajectoryFrequency(float trajectoryFrequency)	{this->trajectoryFrequency= trajectoryFrequency;}
 	void setPath(Vec3f startPos, Vec3f endPos);
 
-	static Trajectory ProjectileParticleSystem::strToTrajectory(const string &str);
+	static Trajectory strToTrajectory(const string &str);
 };
 
 // =====================================================