Changeset 24515 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Nov 9, 2009 3:49:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp
r24472 r24515 389 389 { 390 390 int rc; 391 int *length;391 GLint *length; 392 392 const char **sources; 393 length = new int[mcComponents];393 length = new GLint[mcComponents]; 394 394 sources = new const char*[mcComponents]; 395 395 for(int i = 0; i < mcComponents; i++)
Note:
See TracChangeset
for help on using the changeset viewer.