Fix build break.

This commit is contained in:
Jason Sams
2009-08-12 18:50:44 -07:00
parent 43ee06857b
commit 1b52aae4d9

View File

@ -41,7 +41,7 @@ public class Type extends BaseObj {
}
protected void finalize() throws Throwable {
if(mNativeCache) {
if(mNativeCache != 0) {
mRS.nTypeFinalDestroy(this);
mNativeCache = 0;
}