VirtualBox

Changeset 98288 in vbox for trunk/include


Ignore:
Timestamp:
Jan 24, 2023 3:32:43 PM (22 months ago)
Author:
vboxsync
Message:

Main/src-server: rc -> hrc/vrc (partial). bugref:10223

File:
1 edited

Legend:

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

    r98103 r98288  
    188188     * @copydoc FWResult::FWResult()
    189189     */
    190     MultiResult (HRESULT aRC = E_FAIL) : FWResult (aRC) { incCounter(); }
    191 
    192     MultiResult (const MultiResult &aThat) : FWResult (aThat)
     190    MultiResult(HRESULT aRC = E_FAIL) : FWResult (aRC) { incCounter(); }
     191
     192    MultiResult(const MultiResult &aThat) : FWResult (aThat)
    193193    {
    194194        /* We need this copy constructor only for GCC that wants to have
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