- 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 committed by drfrag
parent 48d211c79b
commit 00fed23e5f

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();
}