Changeset 24554 in vbox
- Timestamp:
- Nov 10, 2009 2:47:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/SnapshotImpl.cpp
r24553 r24554 54 54 static DECLCALLBACK(int) progressCallback(unsigned uPercentage, void *pvUser) 55 55 { 56 IProgress *progress = static_cast<IProgress*>(pvUser);56 Progress *progress = static_cast<Progress*>(pvUser); 57 57 58 58 /* update the progress object */ … … 1304 1304 0, 1305 1305 progressCallback, 1306 aConsoleProgress);1306 static_cast<Progress*>(aConsoleProgress)); 1307 1307 alock.enter(); 1308 1308
Note:
See TracChangeset
for help on using the changeset viewer.