This hopefully stops BPoligon from corrupting memory.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22887 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Marcus Overhagen
2007-11-10 21:23:04 +00:00
parent 3d268eda3d
commit f668d91b37
2 changed files with 52 additions and 15 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ class BPolygon {
private:
BRect fBounds;
int32 fCount;
uint32 fCount;
BPoint *fPoints;
};