VirtualBox

Changeset 2660 in vbox


Ignore:
Timestamp:
May 16, 2007 11:31:27 AM (18 years ago)
Author:
vboxsync
Message:

Runtime: Added missing 'const' to DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette