Core/Enum: Rename OpenMode_Current to NotOpen

Former-commit-id: f4395871d68d8f6da5ca6dbcda2177ad6aae2fc8
This commit is contained in:
Lynix
2015-11-23 14:15:29 +01:00
parent 7f220ce48c
commit 6829863d81
3 changed files with 4 additions and 4 deletions

View File

@@ -57,8 +57,8 @@ namespace Nz
bool IsOpen() const;
bool Open(unsigned int openMode = OpenMode_Current);
bool Open(const String& filePath, unsigned int openMode = OpenMode_Current);
bool Open(unsigned int openMode = OpenMode_NotOpen);
bool Open(const String& filePath, unsigned int openMode = OpenMode_NotOpen);
bool Rename(const String& newFilePath);