Fix gcc4 build.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23859 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2008-02-04 03:31:17 +00:00
parent 570e1312b5
commit 7bf8652984
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ SudokuView::~SudokuView()
status_t
SudokuView::Archive(BMessage* into, bool deep = true) const
SudokuView::Archive(BMessage* into, bool deep) const
{
status_t status;