VirtualBox

Changeset 107188 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Nov 29, 2024 1:28:35 PM (2 months ago)
Author:
vboxsync
Message:

src/VBox/Main/include/Recording: Fixed missing constructor intializers, found by Parfait.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/Recording.cpp

    r106061 r107188  
    185185    : m_pConsole(NULL)
    186186    , m_enmState(RECORDINGSTS_UNINITIALIZED)
     187    , m_ulCurOp(0)
     188    , m_cOps(0)
     189    , m_fShutdown(false)
    187190    , m_cStreamsEnabled(0)
     191    , m_tsStartMs(0)
    188192{
    189193    int vrc = RTCritSectInit(&m_CritSect);
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