VirtualBox

Changeset 74499 in vbox


Ignore:
Timestamp:
Sep 27, 2018 1:47:00 PM (6 years ago)
Author:
vboxsync
Message:

Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestDnDSourceImpl.cpp

    r74495 r74499  
    13041304        else if (rc != VERR_GSTDND_GUEST_ERROR) /* Guest-side error are already handled in the callback. */
    13051305        {
    1306             int rc2 = pCtx->mpResp->setProgress(100, DND_PROGRESS_ERROR,
    1307                                                 rc, GuestDnDSource::i_hostErrorToString(rc));
     1306            rc2 = pCtx->mpResp->setProgress(100, DND_PROGRESS_ERROR,
     1307                                            rc, GuestDnDSource::i_hostErrorToString(rc));
    13081308            AssertRC(rc2);
    13091309        }
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