From d4d80e19df48a62c8af6f9d399e9eca4e5a60b34 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Mon, 12 Oct 2020 19:18:13 +0800 Subject: [PATCH] changed value name. --- inc/hgl/filesystem/EnumFile.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/hgl/filesystem/EnumFile.h b/inc/hgl/filesystem/EnumFile.h index 5108996..33bec9d 100644 --- a/inc/hgl/filesystem/EnumFile.h +++ b/inc/hgl/filesystem/EnumFile.h @@ -18,9 +18,9 @@ namespace hgl public: - EnumFileConfig(const OSString &fn) + EnumFileConfig(const OSString &path) { - folder_name=fn; + folder_name=path; #if HGL_OS == HGL_OS_Windows find_name=OS_TEXT("*.*");