SDK/LuaBinding: Fix File binding

This commit is contained in:
Jérôme Leclercq 2016-12-03 11:01:57 +01:00
parent b4db169312
commit 58866fd4ac
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ namespace Ndk
} }
/*********************************** Nz::File ***********************************/ /*********************************** Nz::File ***********************************/
file.Reset("Stream"); file.Reset("File");
{ {
file.Inherit(stream); file.Inherit(stream);