Skip to content

Commit a50553b

Browse files
Android dev-by-CI is very iterative
1 parent 5f1dae0 commit a50553b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nbl/system/CAPKResourcesArchive.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class CAPKResourcesArchive final : public CFileArchive
2020
CAPKResourcesArchive(const path& _path, system::logger_opt_smart_ptr&& logger, ANativeActivity* act, JNIEnv* jniEnv);
2121

2222
protected:
23-
static core::vector<SListEntry> computeItems(const std::string& asset_path);
23+
static core::vector<SListEntry> computeItems(const std::string& asset_path, AAssetManager* mgr, JNIEnv* env);
2424

2525
file_buffer_t getFileBuffer(const IFileArchive::SListEntry* item) override;
2626

0 commit comments

Comments
 (0)