Revision: 23374
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=23374
Author: joeedh
Date: 2009-09-20 19:55:04 +0200 (Sun, 20 Sep 2009)
Log Message:
-----------
compile fix
Modified Paths:
--------------
branches/bmesh/blender/source/blender/blenlib/BLI_arithb.h
Modified: branches/bmesh/blender/source/blender/blenlib/BLI_arithb.h
===================================================================
--- branches/bmesh/blender/source/blender/blenlib/BLI_arithb.h 2009-09-20
17:55:03 UTC (rev 23373)
+++ branches/bmesh/blender/source/blender/blenlib/BLI_arithb.h 2009-09-20
17:55:04 UTC (rev 23374)
@@ -299,7 +299,7 @@
#endif
void Mat4MulMat34(float (*m1)[4], float (*m3)[3], float (*m2)[4]);
void Mat4CpyMat4(float m1[][4], float m2[][4]);
-void Mat4SwapMat4(float *m1, float *m2);
+void Mat4SwapMat4(float m1[][4], float m2[][4]);
void Mat3CpyMat3(float m1[][3], float m2[][3]);
void Mat3MulSerie(float answ[][3],
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs