change value's name...'or' is keyword in GCC.

This commit is contained in:
2020-01-23 20:20:13 +08:00
parent 74e1d564be
commit a100a10dc8

View File

@@ -14,10 +14,10 @@ namespace hgl
public:
AssetsSourceFilesytem(const UTF8String &sn,const OSString &path,const bool or):AssetsSource(sn)
AssetsSourceFilesytem(const UTF8String &sn,const OSString &path,const bool _or):AssetsSource(sn)
{
root_path=path;
only_read=or;
only_read=_or;
}
bool hasNameAccess()const override{return true;}