VirtualBox

Changeset 2660

Show
Ignore:
Timestamp:
05/16/07 13:31:27 (2 years ago)
Author:
vboxsync
Message:

Runtime: Added missing 'const' to DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/include/iprt/cdefs.h

    r2443 r2660  
    12831283 
    12841284#define DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP(Cls) \ 
    1285     inline Cls (Cls &); \ 
    1286     inline Cls &operator= (Cls &); 
     1285    inline Cls (const Cls &); \ 
     1286    inline Cls &operator= (const Cls &); 
    12871287 
    12881288 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy