Skip to content

Commit bec5360

Browse files
fix: compile
1 parent 3c11450 commit bec5360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shell/script/binding_types_com.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ CComPtr<IShellBrowser> GetIShellBrowserRecursive(HWND hWnd) {
130130
for (auto &[h, b] : browsers) {
131131
CComPtr<IShellView> psv;
132132
if (h == hwnd && SUCCEEDED(b->QueryActiveShellView(&psv))) {
133-
mb_shell::spdlog::info("Found: {} {}", (void *)h, (void *)b.p);
133+
spdlog::info("Found: {} {}", (void *)h, (void *)b.p);
134134
return b;
135135
}
136136
}

0 commit comments

Comments
 (0)