mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:45:50 +00:00
[RAPPS] CMainWindow: Make SelectedEnumType a member
This commit is contained in:
parent
8a401eb299
commit
69bd96e09f
3 changed files with 3 additions and 3 deletions
|
@ -792,12 +792,14 @@ class CMainWindow :
|
|||
BOOL bUpdating;
|
||||
|
||||
ATL::CStringW szSearchPattern;
|
||||
INT SelectedEnumType;
|
||||
|
||||
public:
|
||||
CMainWindow() :
|
||||
m_ClientPanel(NULL),
|
||||
pLink(NULL),
|
||||
bSearchEnabled(FALSE)
|
||||
bSearchEnabled(FALSE),
|
||||
SelectedEnumType(ENUM_ALL_INSTALLED)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue