From kde3alpha Wed Jan 16 13:57:52 2002 From: Denis Peplin Date: Wed, 16 Jan 2002 13:57:52 +0000 To: kde3alpha Subject: Re: [Kde3alpha] render_object.cpp:181 error X-MARC-Message: https://marc.info/?l=kde3alpha&m=101118941119860 Hello, Wednesday, January 16, 2002, 4:20:47 PM, you wrote: DP> Hello DP> making error: DP> render_object.cpp:181: initialization to `khtml::' from `const kht DP> ml::RenderObject *' discards qualifiers DP> gmake[3]: *** [render_object.lo] Error 1 DP> gmake[3]: Leaving directory `/store/src/kde/kdelibs/khtml/rendering' DP> gmake[2]: *** [all-recursive] Error 1 DP> gmake[2]: Leaving directory `/store/src/kde/kdelibs/khtml' DP> gmake[1]: *** [all-recursive] Error 1 DP> gmake[1]: Leaving directory `/store/src/kde/kdelibs' DP> gmake: *** [all] Error 2 DP> line 181 is: DP> RenderObject *p = this; after change RenderObject *p = this; to const RenderObject *p = this; it seems to be ok but is this way correct? -- Best regards, Denis mailto:info@volginfo.ru _______________________________________________ kde3alpha mailing list kde3alpha@mail.kde.org http://mail.kde.org/mailman/listinfo/kde3alpha