Skip to content

Commit

Permalink
Fix old engine definition
Browse files Browse the repository at this point in the history
  • Loading branch information
tustanivsky committed Nov 15, 2024
1 parent 43e8673 commit 23f0fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-dev/Source/Sentry/Private/Tests/SentryTests.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include "Misc/EngineVersionComparison.h"

#if UE_VERSION_OLDER_THAN(5, 4, 0)
inline constexpr EAutomationTestFlags SentryApplicationContextMask = EAutomationTestFlags::ApplicationContextMask;
constexpr EAutomationTestFlags::Type SentryApplicationContextMask = EAutomationTestFlags::ApplicationContextMask;
#else
inline constexpr EAutomationTestFlags SentryApplicationContextMask = EAutomationTestFlags_ApplicationContextMask;
#endif

0 comments on commit 23f0fcd

Please sign in to comment.