VirtualBox

Changeset 59456 in vbox


Ignore:
Timestamp:
Jan 25, 2016 12:26:26 PM (9 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vd-ifs-internal.h

    r59455 r59456  
    231231                                                     uint64_t cbSize, uint32_t fFlags,
    232232                                                     PFNVDPROGRESS pfnProgress,
    233                                                      void *pvUser, unsigned uPercentStart,
     233                                                     void *pvProgressUser, unsigned uPercentStart,
    234234                                                     unsigned uPercentSpan));
    235235
     
    513513                                               uint64_t cbSize, uint32_t fFlags,
    514514                                               PFNVDPROGRESS pfnProgress,
    515                                                void *pvUser, unsigned uPercentStart,
     515                                               void *pvProgressUser, unsigned uPercentStart,
    516516                                               unsigned uPercentSpan)
    517517{
    518518    return pIfIoInt->pfnSetAllocationSize(pIfIoInt->Core.pvUser, pStorage, cbSize, fFlags,
    519                                           pfnProgress, pvUser, uPercentStart, uPercentSpan);
     519                                          pfnProgress, pvProgressUser, uPercentStart, uPercentSpan);
    520520}
    521521
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