Skip to content

Commit c5609a6

Browse files
AmyrAhmady0x617374726F
authored andcommitted
fix capi event caller return value flow
1 parent e63f8ac commit c5609a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Server/Components/CAPI/Impl/ComponentManager.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class ComponentManager : public Singleton<ComponentManager>
122122
auto callbacks = container->find(name);
123123
if (callbacks != container->end())
124124
{
125-
auto result = CallEventOfPriority(callbacks, returnHandler, args...);
125+
result = CallEventOfPriority(callbacks, returnHandler, args...);
126126
}
127127
}
128128

0 commit comments

Comments
 (0)