VirtualBox

Changeset 90926 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 26, 2021 4:42:06 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
146563
Message:

Main: bugref:1909: Compilation issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-all/QMTranslatorImpl.cpp

    r90916 r90926  
    444444                {
    445445                    const std::vector<const char *> &vecTranslations = m_messageArray[iter->offset].vecTranslations;
    446                     size_t idxPlural = plural(aNum);
     446                    size_t idxPlural = (size_t)plural(aNum);
    447447                    return vecTranslations[RT_MIN(idxPlural, vecTranslations.size() - 1)];
    448448                }
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