Show
Ignore:
Timestamp:
07/04/08 06:48:39 (5 months ago)
Author:
flynd
Message:

It seems deprecated attribute needs to be last for constructors to work on some compilers.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/licq/include/licq_user.h

    r6417 r6420  
    921921 
    922922  // Deprecated functions, to be removed 
    923   LICQ_DEPRECATED ICQUser(unsigned long id, char *filename); 
    924   LICQ_DEPRECATED ICQUser(unsigned long id); 
     923  ICQUser(unsigned long id, char *filename) LICQ_DEPRECATED; 
     924  ICQUser(unsigned long id) LICQ_DEPRECATED; 
    925925  LICQ_DEPRECATED unsigned long Uin() const; 
    926926  LICQ_DEPRECATED const char* UinString() const { return m_szId; }