VirtualBox

Changeset 90269 in vbox


Ignore:
Timestamp:
Jul 21, 2021 2:00:01 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
145808
Message:

VBoxManage: Oops, "clipboardString" is an attribute, use COMGETTER().
bugref:10065.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageCloudMachine.cpp

    r90268 r90269  
    673673             */
    674674            com::Bstr bstrValue;
    675             hrc = pStrValue->GetClipboardString(bstrValue.asOutParam());
     675            hrc = pStrValue->COMGETTER(ClipboardString)(bstrValue.asOutParam());
    676676            if (FAILED(hrc))
    677677            {
Note: See TracChangeset for help on using the changeset viewer.

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