On Sat, Jan 25, 2003 at 11:09:10AM -0600, Jon Keating wrote:
> > Is my compiler being too strict, or is the code a bit too sloppy? ;-)
> > Is there a compiler option which will stop the complaints?

> A little bit of both.  Qt3 has those members as public, Qt2 has them as 
> protected.  But then again your compiler is the only one that complains :)

Well I don't understand C++ but I'm not sure why the other compilers
don't complain (but gcc 2.95.2 didn't and I think that's probably a
later version than egcs 1.0.3a).

> Fixed in CVS shortly.

According to CVS you've changed mledit.h and mlview2.h by moving
the offending items into the protected section, but I don't think
this works as you need to use them on line 638 (or thereabouts) of
usereventdlg.cpp and egcs won't let you unless they are in the
public section.

Also I discovered that I need to change chatdlg.h.

For now I've implemented an ugly hack which I think will work,
but I haven't fully compiled it yet.

imc


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Licq-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel

Reply via email to