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

@@ -31,7 +31,7 @@
namespace Nz
{
File::File() :
Stream(OpenMode_Current),
Stream(OpenMode_NotOpen),
m_impl(nullptr)
{
}