Core/Enum: Rename OpenMode_Current to NotOpen
Former-commit-id: f4395871d68d8f6da5ca6dbcda2177ad6aae2fc8
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
namespace Nz
|
||||
{
|
||||
File::File() :
|
||||
Stream(OpenMode_Current),
|
||||
Stream(OpenMode_NotOpen),
|
||||
m_impl(nullptr)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user