gcc3 warning and error fixes
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7656 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
986f1ba65e
commit
5c210a480b
@ -342,7 +342,7 @@ void DefaultDecorator::GetFootprint(BRegion *region)
|
|||||||
_frame.right, _frame.bottom));
|
_frame.right, _frame.bottom));
|
||||||
}
|
}
|
||||||
|
|
||||||
BRect DefaultDecorator::SlideTab(float dx, float dy=0)
|
BRect DefaultDecorator::SlideTab(float dx, float dy)
|
||||||
{
|
{
|
||||||
//return Decorator::SlideTab(dx,dy);
|
//return Decorator::SlideTab(dx,dy);
|
||||||
return _tabrect;
|
return _tabrect;
|
||||||
|
@ -132,4 +132,4 @@ private:
|
|||||||
|
|
||||||
extern Desktop* desktop;
|
extern Desktop* desktop;
|
||||||
|
|
||||||
#endif _DESKTOP_H_
|
#endif // _DESKTOP_H_
|
||||||
|
Loading…
Reference in New Issue
Block a user