gcc 4 compatibility for phonon in kdelibs rev 536322 (patch)

Thiago Macieira thiago at kde.org
Thu May 4 08:08:30 BST 2006


Adriaan Moors wrote:
>void ::KStaticDeleter<BackendCapabilities>::destructObject();
>+       template<class BackendCapabilities> friend  
>void ::KStaticDeleter<BackendCapabilities>::destructObject();

It's asking you to (literally) write template<>. The correct would be;

template<> void ::KStaticDeleted<BackendCapabilities>::destructObject();
-- 
Thiago Macieira  -  thiago (AT) macieira.info - thiago (AT) kde.org
  thiago.macieira (AT) trolltech.com     Trolltech AS
    GPG: 0x6EF45358                   |  Sandakerveien 116,
    E067 918B B660 DBD1 105C          |  NO-0402
    966C 33F5 F005 6EF4 5358          |  Oslo, Norway
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20060504/076561e8/attachment.sig>


More information about the kde-core-devel mailing list