VirtualBox

Changeset 33694 in vbox for trunk/include/iprt/cpp


Ignore:
Timestamp:
Nov 2, 2010 2:58:27 PM (14 years ago)
Author:
vboxsync
Message:

Runtime: explicitly set it to 32bit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/cpp/ministring.h

    r33675 r33694  
    654654     * @returns 0 on failure.
    655655     */
    656     int toInt32() const
     656    int32_t toInt32() const
    657657    {
    658658        return RTStrToInt32(m_psz);
     
    665665     * @returns 0 on failure.
    666666     */
    667     int toUInt32() const
     667    uint32_t toUInt32() const
    668668    {
    669669        return RTStrToUInt32(m_psz);
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