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:
haydentech 2004-05-26 16:38:58 +00:00
parent 986f1ba65e
commit 5c210a480b
2 changed files with 2 additions and 2 deletions

View File

@ -342,7 +342,7 @@ void DefaultDecorator::GetFootprint(BRegion *region)
_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 _tabrect;

View File

@ -132,4 +132,4 @@ private:
extern Desktop* desktop;
#endif _DESKTOP_H_
#endif // _DESKTOP_H_