VirtualBox

Changeset 11667 in vbox


Ignore:
Timestamp:
Aug 26, 2008 3:14:31 PM (16 years ago)
Author:
vboxsync
Message:

Yet another windows build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp

    r11661 r11667  
    26152615#endif
    26162616
    2617     std::vector <LONG> tmp(codes, &codes[count]);
    2618     QValueVector <LONG> scancodes (tmp);
     2617    QValueVector <LONG> scancodes (count);
     2618    for (size_t i = 0; i < count; ++i)
     2619        scancodes[i] = codes[i];
    26192620    keyboard.PutScancodes (scancodes);
    26202621
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette