From kfm-devel Sun Jan 12 02:58:24 2003 From: Antti Koivisto Date: Sun, 12 Jan 2003 02:58:24 +0000 To: kfm-devel Subject: Re: Win32 Port of Safari X-MARC-Message: https://marc.info/?l=kfm-devel&m=104234052300556 Yeah, my mistake, answered a wrong post. On Friday 10 January 2003 15:52, Dirk Mueller wrote: > On Fre, 10 Jan 2003, Alan Gutierrez wrote: > > -AttrImpl *NamedAttrMapImpl::getNamedItem ( NodeImpl::Id id ) const > > +// AttrImpl *NamedAttrMapImpl::getNamedItem ( NodeImpl::Id id ) const > > AJG +NodeImpl *NamedAttrMapImpl::getNamedItem ( NodeImpl::Id id ) const I meant to say that this one is a compile fix. antti On Sunday 12 January 2003 04:39, Alan Gutierrez wrote: > Antti Koivisto wrote: > > On Saturday 11 January 2003 02:49, Dirk Mueller wrote: > >>Well, was it a warning or a compiler error fix? > > > > A compiler error, at least with VC++ 6.0. > > > > > > antti > > e:\codearea\khtml_win32\khtml_win32.cpp(20) : warning C4138: > '*/' found outside of comment > > Warning for me. VC++ 6.0 SP 1. > > Alan Gutierrez