Skip to content

Commit

Permalink
初始化smsgloop里几个变量。
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjianxiong1 committed Sep 21, 2023
1 parent be9e5d9 commit 42b40b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SOUI/src/core/SMsgLoop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ SMessageLoop::SMessageLoop(IMessageLoop *pParentLoop)
: m_bRunning(FALSE)
, m_tid(0)
, m_parentLoop(pParentLoop)
, m_bQuit(FALSE)
, m_bDoIdle(FALSE)
, m_nIdleCount(0)
{
}

Expand Down

0 comments on commit 42b40b0

Please sign in to comment.