* Month and Day should be used from the passed date
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27266 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -191,7 +191,7 @@ BDate::Date() const
|
|||||||
bool
|
bool
|
||||||
BDate::SetDate(const BDate& date)
|
BDate::SetDate(const BDate& date)
|
||||||
{
|
{
|
||||||
return _SetDate(date.fYear, fMonth, fDay);
|
return _SetDate(date.fYear, date.fMonth, date.fDay);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user