Skip to content

Commit

Permalink
android的编译错误
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Oct 24, 2024
1 parent 8f20314 commit c81ad4e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions unreal/Puerts/Source/JsEnv/Public/JSClassRegister.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ struct JSENV_API JSPropertyInfo
{
}

JSPropertyInfo()
: Name(nullptr), Getter(reinterpret_cast<pesapi_callback>(nullptr)), Setter(reinterpret_cast<pesapi_callback>(nullptr))
JSPropertyInfo() : Name(nullptr), Getter(nullptr), Setter(nullptr)
{
}
const char* Name;
Expand Down

0 comments on commit c81ad4e

Please sign in to comment.