mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 16:12:04 +00:00
Fix gcc build
svn path=/trunk/; revision=72100
This commit is contained in:
parent
0d767aa90b
commit
ce6e5159ab
1 changed files with 2 additions and 2 deletions
|
@ -96,8 +96,8 @@ END_COM_MAP()
|
|||
};
|
||||
|
||||
CDesktopBrowser::CDesktopBrowser():
|
||||
m_hWndShellView(NULL),
|
||||
m_hAccel(NULL)
|
||||
m_hAccel(NULL),
|
||||
m_hWndShellView(NULL)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue