Changeset 27731 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Mar 26, 2010 11:23:59 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.h
r27725 r27731 1261 1261 mpFirst = pFirst; 1262 1262 mpLast = pLast; 1263 mpLast->mpNext = NULL; 1263 if (mpLast) 1264 mpLast->mpNext = NULL; 1264 1265 } 1265 1266
Note:
See TracChangeset
for help on using the changeset viewer.