Changeset 24553 in vbox for trunk/src/VBox
- Timestamp:
- Nov 10, 2009 2:39:25 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 54676
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/SnapshotImpl.cpp
r24509 r24553 54 54 static DECLCALLBACK(int) progressCallback(unsigned uPercentage, void *pvUser) 55 55 { 56 Progress *progress = static_cast<Progress*>(pvUser);56 IProgress *progress = static_cast<IProgress*>(pvUser); 57 57 58 58 /* update the progress object */
Note:
See TracChangeset
for help on using the changeset viewer.