Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-02-10 15:34:52 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-10 15:34:52 +0300
commit7daabec53482a5b0700f19a0d03ed7ae60d1e1a2 (patch)
tree8f5793fa08dad9a82cd31525a83e9a42051a6703 /source/blender/blenlib/BLI_boxpack2d.h
parent763e8d0bec3c49ca3f1644ef551f1e0cfdf30adf (diff)
mesh validation: bugfix for removing doubles, another fix coming...
Diffstat (limited to 'source/blender/blenlib/BLI_boxpack2d.h')
-rw-r--r--source/blender/blenlib/BLI_boxpack2d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_boxpack2d.h b/source/blender/blenlib/BLI_boxpack2d.h
index a83e4c28882..008af55e1d0 100644
--- a/source/blender/blenlib/BLI_boxpack2d.h
+++ b/source/blender/blenlib/BLI_boxpack2d.h
@@ -41,5 +41,5 @@ typedef struct boxPack {
struct boxVert *v[4];
} boxPack;
-void boxPack2D(boxPack *boxarray, int len, float *tot_width, float *tot_height);
+void boxPack2D(boxPack *boxarray, const int len, float *tot_width, float *tot_height);