We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c11450 commit bec5360Copy full SHA for bec5360
src/shell/script/binding_types_com.cc
@@ -130,7 +130,7 @@ CComPtr<IShellBrowser> GetIShellBrowserRecursive(HWND hWnd) {
130
for (auto &[h, b] : browsers) {
131
CComPtr<IShellView> psv;
132
if (h == hwnd && SUCCEEDED(b->QueryActiveShellView(&psv))) {
133
- mb_shell::spdlog::info("Found: {} {}", (void *)h, (void *)b.p);
+ spdlog::info("Found: {} {}", (void *)h, (void *)b.p);
134
return b;
135
}
136
0 commit comments