Skip to content

Commit 48ac5a4

Browse files
committed
Fix event priority type handling
1 parent c5609a6 commit 48ac5a4

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
@@ -106,7 +106,7 @@ class ComponentManager : public Singleton<ComponentManager>
106106
{
107107
container = &defaultPriorityEvents;
108108
}
109-
else if constexpr (PRIORITY == EventPriorityType_FairlyHigh)
109+
else if constexpr (PRIORITY == EventPriorityType_FairlyLow)
110110
{
111111
container = &fairlyLowPriorityEvents;
112112
}

0 commit comments

Comments
 (0)