VirtualBox

Changeset 99955 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
May 24, 2023 11:11:36 AM (21 months ago)
Author:
vboxsync
Message:

Shared Clipboard: Docs [build fix]. bugref:9437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibClipboard.cpp

    r99954 r99955  
    17711771/** @copydoc SHCLTXPROVIDERIFACE::pfnListEntryRead */
    17721772static DECLCALLBACK(int) vbglR3ClipboardTransferIfaceListEntryRead(PSHCLTXPROVIDERCTX pCtx,
    1773                                                                    SHCLLISTHANDLE hList, PSHCLLISTENTRY pEntry)
     1773                                                                   SHCLLISTHANDLE hList, PSHCLLISTENTRY pListEntry)
    17741774{
    17751775    LogFlowFuncEnter();
     
    17781778    AssertPtr(pCmdCtx);
    17791779
    1780     int rc = VbglR3ClipboardListEntryRead(pCmdCtx, hList, pEntry);
     1780    int rc = VbglR3ClipboardListEntryRead(pCmdCtx, hList, pListEntry);
    17811781
    17821782    LogFlowFuncLeaveRC(rc);
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