VirtualBox

Changeset 24553 in vbox


Ignore:
Timestamp:
Nov 10, 2009 2:39:25 PM (15 years ago)
Author:
vboxsync
Message:

Wrong pointer type for the progress object

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/SnapshotImpl.cpp

    r24509 r24553  
    5454static DECLCALLBACK(int) progressCallback(unsigned uPercentage, void *pvUser)
    5555{
    56     Progress *progress = static_cast<Progress*>(pvUser);
     56    IProgress *progress = static_cast<IProgress*>(pvUser);
    5757
    5858    /* update the progress object */
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