VirtualBox

Changeset 35926 in vbox


Ignore:
Timestamp:
Feb 10, 2011 1:53:30 PM (14 years ago)
Author:
vboxsync
Message:

FE/Qt4: fix warning

File:
1 edited

Legend:

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

    r35907 r35926  
    612612    LONG64 lLastUpdatedIgnored;
    613613    bool fIsGuestSupportsGraphics = guest.GetFacilityStatus(KAdditionsFacilityType_Graphics, lLastUpdatedIgnored)
    614                                     == AdditionsFacilityStatus_Active;
     614                                    == KAdditionsFacilityStatus_Active;
    615615    bool fIsGuestSupportsSeamless = guest.GetFacilityStatus(KAdditionsFacilityType_Seamless, lLastUpdatedIgnored)
    616                                     == AdditionsFacilityStatus_Active;
     616                                    == KAdditionsFacilityStatus_Active;
    617617    /* Check if something had changed: */
    618618    if (m_ulGuestAdditionsRunLevel != ulGuestAdditionsRunLevel ||
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