diff options
Diffstat (limited to 'src/tangara/lua/lua_filesystem.hpp')
| -rw-r--r-- | src/tangara/lua/lua_filesystem.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tangara/lua/lua_filesystem.hpp b/src/tangara/lua/lua_filesystem.hpp index cb7170bd..d0f51498 100644 --- a/src/tangara/lua/lua_filesystem.hpp +++ b/src/tangara/lua/lua_filesystem.hpp @@ -10,7 +10,7 @@ namespace lua { -auto check_file_iterator(lua_State*, int stack_pos) -> database::FileIterator*; +auto check_file_iterator(lua_State*, int stack_pos) -> lua::FileIterator*; auto RegisterFileSystemModule(lua_State*) -> void; |
