VirtualBox

Changeset 24554 in vbox


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

2nd attempt to fix the cast problem

File:
1 edited

Legend:

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

    r24553 r24554  
    5454static DECLCALLBACK(int) progressCallback(unsigned uPercentage, void *pvUser)
    5555{
    56     IProgress *progress = static_cast<IProgress*>(pvUser);
     56    Progress *progress = static_cast<Progress*>(pvUser);
    5757
    5858    /* update the progress object */
     
    13041304                                   0,
    13051305                                   progressCallback,
    1306                                    aConsoleProgress);
     1306                                   static_cast<Progress*>(aConsoleProgress));
    13071307            alock.enter();
    13081308
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