[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [23374] branches/bmesh/blender/source/ blender/blenlib/BLI_arithb.h: compile fix

Joseph Eagar joeedh at gmail.com
Sun Sep 20 19:55:05 CEST 2009


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],





More information about the Bf-blender-cvs mailing list