eliminate GCC warning about initialization order Modified: branches/lean-explorer/reactos/subsys/system/explorer/shell/shellbrowser .h _____
Modified: branches/lean-explorer/reactos/subsys/system/explorer/shell/shellbrowser .h --- branches/lean-explorer/reactos/subsys/system/explorer/shell/shellbrowser .h 2006-01-01 15:44:46 UTC (rev 20517) +++ branches/lean-explorer/reactos/subsys/system/explorer/shell/shellbrowser .h 2006-01-01 15:48:03 UTC (rev 20518) @@ -104,13 +104,13 @@
protected: HWND _hwnd; + HWND _hWndFrame; HWND _left_hwnd; WindowHandle& _right_hwnd; ShellPathInfo& _create_info;
Root _root;
- WindowHandle _hWndFrame; ShellFolder _folder;
IShellView* _pShellView; // current hosted shellview