VirtualBox

Changeset 72973 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jul 8, 2018 1:23:58 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123525
Message:

Main: Some early sketches on how to get proper C++ enums with xpidl.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/com/array.h

    r70385 r72973  
    236236
    237237    /** Initializes memory for aElem. */
    238     static void Init(T &aElem) { aElem = 0; }
     238    static void Init(T &aElem) { aElem = (T)0; }
    239239
    240240    /** Initializes memory occupied by aElem. */
Note: See TracChangeset for help on using the changeset viewer.

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