Skip to content

Commit 5628594

Browse files
author
lynnux
committed
fix the value returned.
1 parent 65140c0 commit 5628594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/Src/Bridge/Bridge.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ void* Bridge::processMessage(GUIMSG type, void* param1, void* param2)
523523
{
524524
BridgeResult result;
525525
emit getFocusedCPUWindow();
526-
result.Wait();
526+
return (void*)result.Wait();
527527
}
528528
break;
529529

0 commit comments

Comments
 (0)