VirtualBox

Changeset 57618 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Sep 4, 2015 7:11:57 AM (9 years ago)
Author:
vboxsync
Message:

FE/Qt: resorted to fix a warning with gcc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/UIThreadPool.cpp

    r57612 r57618  
    7575
    7676UIThreadPool::UIThreadPool(ulong cMaxWorkers /* = 3 */, ulong cMsWorkerIdleTimeout /* = 5000 */)
    77     : m_workers(cMaxWorkers)
    78     , m_cMsIdleTimeout(cMsWorkerIdleTimeout)
     77    : m_cMsIdleTimeout(cMsWorkerIdleTimeout)
     78    , m_workers(cMaxWorkers)
    7979    , m_cWorkers(0)
    8080    , m_cIdleWorkers(0)
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