VirtualBox

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


Ignore:
Timestamp:
Aug 22, 2012 1:09:44 PM (12 years ago)
Author:
vboxsync
Message:

Main/src-client/GuestSessionImplTasks.cpp: reorder initialization in the constructor to match the order in which the compiler does them

File:
1 edited

Legend:

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

    r42897 r42918  
    125125SessionTaskCopyTo::SessionTaskCopyTo(GuestSession *pSession,
    126126                                     const Utf8Str &strSource, const Utf8Str &strDest, uint32_t uFlags)
    127                                      : mSource(strSource),
    128                                        mDest(strDest),
     127                                     : GuestSessionTask(pSession),
     128                                       mSource(strSource),
    129129                                       mSourceFile(NULL),
    130130                                       mSourceOffset(0),
    131131                                       mSourceSize(0),
    132                                        GuestSessionTask(pSession)
     132                                       mDest(strDest)
    133133{
    134134    mCopyFileFlags = uFlags;
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