Correct naming...
This commit is contained in:
parent
7a6e3febf2
commit
d9d3d435ec
2 changed files with 2 additions and 2 deletions
|
|
@ -129,7 +129,7 @@ struct Platform : public Singleton <Platform> {
|
|||
return !!result;
|
||||
}
|
||||
|
||||
bool removeDirectory (const char *dir) {
|
||||
bool removeFile (const char *dir) {
|
||||
#if defined(CR_WINDOWS)
|
||||
_unlink (dir);
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue