nebiros bustage - really, you shouldn't return a value if the function is defined to return void

This commit is contained in:
mkaply%us.ibm.com 2003-04-25 02:21:18 +00:00
parent 27300f7ea0
commit e77dd378a6

View File

@ -252,7 +252,6 @@ void oeDateTimeImpl::SetTzID(const char *aNewVal)
m_tzid= (char*) nsMemory::Clone( aNewVal, strlen(aNewVal)+1);
else
m_tzid = nsnull;
return NS_OK;
}
int oeDateTimeImpl::CompareDate( oeDateTimeImpl *anotherdt ) {