changed value name.

This commit is contained in:
hyzboy 2020-10-12 19:18:13 +08:00
parent 6f86d966bf
commit d4d80e19df

View File

@ -18,9 +18,9 @@ namespace hgl
public: public:
EnumFileConfig(const OSString &fn) EnumFileConfig(const OSString &path)
{ {
folder_name=fn; folder_name=path;
#if HGL_OS == HGL_OS_Windows #if HGL_OS == HGL_OS_Windows
find_name=OS_TEXT("*.*"); find_name=OS_TEXT("*.*");