Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
fixed for 4.23 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Turupawn committed Jun 22, 2019
1 parent f6e67ed commit 9794ac6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Source/modio/Private/ModioModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ static FName ModuleName( QUOTE(MODULE_NAME) );
#undef QUOTE
#undef Q

IMPLEMENT_MODULE(FModioModule, MODULE_NAME)
IMPLEMENT_MODULE(FModioModule, modio)
// @todo: use MODULE_NAME again, functionality broke on v4.23.3
// IMPLEMENT_MODULE(FModioModule, MODULE_NAME)

DEFINE_LOG_CATEGORY(LogModio);

Expand Down

0 comments on commit 9794ac6

Please sign in to comment.