Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
eriforce committed Aug 27, 2024
1 parent 78c412a commit 6755ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Shared/Win32Utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ wil::unique_process_handle Win32Utils::GetWndProcessHandle(HWND hWnd) noexcept {
}

std::wstring Win32Utils::GetPathOfWnd(HWND hWnd) noexcept {
wil::unique_process_handle hProc = ::GetWndProcessHandle(hWnd);
wil::unique_process_handle hProc = Win32Utils::GetWndProcessHandle(hWnd);
if (!hProc) {
return {};
}
Expand Down

0 comments on commit 6755ca2

Please sign in to comment.