Ooops, fix the binary compatibility I introduced.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38592 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin
2010-09-09 16:33:56 +00:00
parent 7ae974066f
commit 62da9a0fce
2 changed files with 11 additions and 13 deletions
+1 -3
View File
@@ -78,11 +78,9 @@ private:
private:
char* fText;
float fTextWidth;
float fStringWidth;
alignment fAlign;
BSize fPreferredSize;
uint32 _reserved[1];
};
#endif // _STRING_VIEW_H