Fix gcc2 build + warnings.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38885 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Clemens Zeidler
2010-10-04 19:10:22 +00:00
parent 58cde5cff7
commit 6751b48834
3 changed files with 18 additions and 18 deletions
+8 -8
View File
@@ -86,14 +86,14 @@ public:
void SetShrinkPenalties(BSize shrink);
void SetGrowPenalties(BSize grow);
int32 LeftInset() const;
int32 TopInset() const;
int32 RightInset() const;
int32 BottomInset() const;
void SetLeftInset(int32 left);
void SetTopInset(int32 top);
void SetRightInset(int32 right);
void SetBottomInset(int32 bottom);
float LeftInset() const;
float TopInset() const;
float RightInset() const;
float BottomInset() const;
void SetLeftInset(float left);
void SetTopInset(float top);
void SetRightInset(float right);
void SetBottomInset(float bottom);
operator BString() const;
void GetString(BString& string) const;