mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[SHELLEXT][ZIPFLDR] Performance: Initialize m_Filename quickly
This commit is contained in:
parent
72e5c2e77c
commit
6cca46453c
1 changed files with 1 additions and 1 deletions
|
@ -14,8 +14,8 @@ private:
|
||||||
public:
|
public:
|
||||||
|
|
||||||
CConfirmReplace(const char* filename)
|
CConfirmReplace(const char* filename)
|
||||||
|
: m_Filename(filename)
|
||||||
{
|
{
|
||||||
m_Filename = filename;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
LRESULT OnInitDialog(UINT nMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
|
LRESULT OnInitDialog(UINT nMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
|
||||||
|
|
Loading…
Reference in a new issue