fix compile error (#129)

Co-authored-by: Axel Cocat <ax.cocat@gmail.com>
This commit is contained in:
Julio A. Leyva Osorio
2023-04-28 06:26:36 -04:00
committed by GitHub
parent 2a683a59e3
commit 0bf4431e32

View File

@@ -1205,7 +1205,7 @@ namespace LuaUnit
#ifdef TRINITY #ifdef TRINITY
Eluna::Push(L, entry->Name[locale]); Eluna::Push(L, entry->Name[locale]);
#else #else
Eluna::Push(L, entry->name[locale]); Eluna::Push(L, entry->Name[locale]);
#endif #endif
return 1; return 1;
} }