msn plugin

Nerijus Baliunas <[email protected]> Sat, 30 Jun 2007 14:01:55 +0300
Newsgroups gmane.network.licq.general
Message-ID <[email protected]>
Hello,

msn plugin from svn didn't compile:

msnpacket.h:45: error: conflicting return type specified for 'virtual const short unsigned int CMSNPacket::Command()'
/a/CVS/licq/licq-build/include/licq_packets.h:78: error:   overriding 'virtual short unsigned int CPacket::Command()'
msnpacket.h:46: error: conflicting return type specified for 'virtual const short unsigned int CMSNPacket::SubSequence()'
/a/CVS/licq/licq-build/include/licq_packets.h:77: error:   overriding 'virtual short unsigned int CPacket::SubSequence()'
msnpacket.h:47: error: conflicting return type specified for 'virtual const short unsigned int CMSNPacket::SubCommand()'
/a/CVS/licq/licq-build/include/licq_packets.h:79: error:   overriding 'virtual short unsigned int CPacket::SubCommand()'
msnpacket.h:48: error: conflicting return type specified for 'virtual const short unsigned int CMSNPacket::Sequence()'
/a/CVS/licq/licq-build/include/licq_packets.h:76: error:   overriding 'virtual short unsigned int CPacket::Sequence()'

I removed const from these lines in msnpacket.h and it compiled ok.

Regards,
Nerijus