- explicitly declare the constructor and destructor methods of FCheckPosition so that they get a working prototype.

This commit is contained in:
Christoph Oelckers 2018-11-28 17:33:37 +01:00
parent 232c24e4de
commit 7ff0cd70ad
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@ struct FCheckPosition
native int PushTime;
// These are internal helpers to properly initialize an object of this type.
private native void _Constructor();
private native void _Destructor();
native void ClearLastRipped();
}