Index: /trunk/psLib/src/math/psSparse.h
===================================================================
--- /trunk/psLib/src/math/psSparse.h	(revision 7550)
+++ /trunk/psLib/src/math/psSparse.h	(revision 7551)
@@ -41,8 +41,8 @@
 
 // define a new sparse matrix equation vector element
-void inline psSparseVectorElement(psSparse *sparse, // Matrix to which to add
-                                  int i,      // Index to add
-                                  float value  // Value to add
-                                 );
+void psSparseVectorElement(psSparse *sparse, // Matrix to which to add
+                           int i,      // Index to add
+                           float value  // Value to add
+                          );
 
 // perform the operation matrix * vector on a sparse matrix and a vector
