VirtualBox

Changeset 14668 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Nov 26, 2008 11:29:20 PM (16 years ago)
Author:
vboxsync
Message:

Main: One more burn fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/testcase/tstVBoxAPILinux.cpp

    r13580 r14668  
    196196    nsID VMuuid = {0};
    197197    nsCOMPtr <IMachine> machine;
    198     rc = virtualBox->CreateMachine(nsnull, NS_LITERAL_STRING("A brand new name").get(),
    199                                    VMuuid, getter_AddRefs(machine));
     198    rc = virtualBox->CreateMachine(NS_LITERAL_STRING("A brand new name").get(),
     199                                   nsnull, nsnull, VMuuid, getter_AddRefs(machine));
    200200    if (NS_FAILED(rc))
    201201    {
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