mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
[ACPPAGE] Remove unneeded initialization. Should make the x64 bot a tiny bit happier. Spotted by Mark Jansen.
svn path=/trunk/; revision=73010
This commit is contained in:
parent
8a6585ff73
commit
3315eae709
1 changed files with 1 additions and 2 deletions
|
@ -51,8 +51,7 @@ void ACDBG_FN(PCSTR FunctionName, PCWSTR Format, ...)
|
|||
|
||||
|
||||
CLayerUIPropPage::CLayerUIPropPage()
|
||||
:m_Filename(NULL)
|
||||
, m_IsSfcProtected(FALSE)
|
||||
: m_IsSfcProtected(FALSE)
|
||||
, m_AllowPermLayer(FALSE)
|
||||
, m_LayerQueryFlags(GPLK_USER)
|
||||
, m_RegistryOSMode(0)
|
||||
|
|
Loading…
Reference in a new issue