changed value name.
This commit is contained in:
parent
6f86d966bf
commit
d4d80e19df
@ -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("*.*");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user