Header defines the default value for Archive's second param. Fixes build bustage.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37992 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Fredrik Holmqvist 2010-08-09 18:40:26 +00:00
parent c8b53acf35
commit 719c470746
1 changed files with 1 additions and 1 deletions

View File

@ -860,7 +860,7 @@ BNetworkAddress::PortName() const
status_t
BNetworkAddress::Archive(BMessage* into, bool deep = true) const
BNetworkAddress::Archive(BMessage* into, bool deep) const
{
// TODO: implement me!
return B_ERROR;