diff options
| author | ailurux <ailuruxx@gmail.com> | 2024-05-10 13:27:01 +1000 |
|---|---|---|
| committer | ailurux <ailuruxx@gmail.com> | 2024-05-10 13:27:01 +1000 |
| commit | e06610f3a6d2bf034a20cc1b59fb25dc5efdda0a (patch) | |
| tree | f01b8f0308824667fa5d8f4238159313b7b6e4ad /src/tangara/lua/lua_filesystem.hpp | |
| parent | 0062eb9a9ea265c7802d3c4bc8c1cd043cefbea3 (diff) | |
| download | tangara-fw-e06610f3a6d2bf034a20cc1b59fb25dc5efdda0a.tar.gz | |
Minor fixes before PR
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; |
