mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:33:04 +00:00
parent
2a335ec879
commit
5ac9d99859
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ FileChildWndInfo::FileChildWndInfo(LPCTSTR path)
|
||||||
|
|
||||||
ShellChildWndInfo::ShellChildWndInfo(LPCTSTR path, const ShellPath& root_shell_path)
|
ShellChildWndInfo::ShellChildWndInfo(LPCTSTR path, const ShellPath& root_shell_path)
|
||||||
: FileChildWndInfo(path),
|
: FileChildWndInfo(path),
|
||||||
_shell_path(path? path: root_shell_path),
|
_shell_path(path&&*path? path: root_shell_path),
|
||||||
_root_shell_path(root_shell_path)
|
_root_shell_path(root_shell_path)
|
||||||
{
|
{
|
||||||
_etype = ET_SHELL;
|
_etype = ET_SHELL;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue