mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Rename Status enum for avoid conficts on Linux.
This commit is contained in:
parent
938e28b6f3
commit
4a17d6ceb0
10 changed files with 43 additions and 43 deletions
|
|
@ -333,7 +333,7 @@ Path Win32File::getName() const
|
|||
return mPath;
|
||||
}
|
||||
|
||||
FileNode::Status Win32File::getStatus() const
|
||||
FileNode::NodeStatus Win32File::getStatus() const
|
||||
{
|
||||
return mStatus;
|
||||
}
|
||||
|
|
@ -620,7 +620,7 @@ bool Win32Directory::getAttributes(Attributes* attr)
|
|||
return true;
|
||||
}
|
||||
|
||||
FileNode::Status Win32Directory::getStatus() const
|
||||
FileNode::NodeStatus Win32Directory::getStatus() const
|
||||
{
|
||||
return mStatus;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue