File* -> FileHandle (fix of sizeof(File))

This commit is contained in:
2023-03-15 05:11:03 +06:00
parent 8e572a9db3
commit 6c6c4fff8b
4 changed files with 22 additions and 22 deletions

View File

@@ -83,5 +83,5 @@ void kt_initKerepTypes(){
kt_register(StringBuilder);
//File
kt_register(File);
kt_register(FileHandle);
}