mirror of https://github.com/axmolengine/axmol.git
Merge pull request #7965 from oleg-akatsuki/patch-2
Move constructor from private to public
This commit is contained in:
commit
3771438ae0
|
@ -47,8 +47,8 @@ NS_CC_BEGIN
|
|||
class CC_DLL FileUtilsAndroid : public FileUtils
|
||||
{
|
||||
friend class FileUtils;
|
||||
FileUtilsAndroid();
|
||||
public:
|
||||
FileUtilsAndroid();
|
||||
/**
|
||||
* @js NA
|
||||
* @lua NA
|
||||
|
|
Loading…
Reference in New Issue