Changeset 105337 in vbox for trunk/src/VBox/Main/src-client/Recording.cpp
- Timestamp:
- Jul 16, 2024 8:18:27 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/Recording.cpp
r105268 r105337 698 698 */ 699 699 /* static */ 700 DECLCALLBACK(void)RecordingContext::s_progressCancelCallback(void *pvUser)700 void RecordingContext::s_progressCancelCallback(void *pvUser) 701 701 { 702 702 RecordingContext *pThis = (RecordingContext *)pvUser;
Note:
See TracChangeset
for help on using the changeset viewer.