Change component name from "modified" to "writable"
This commit is contained in:
parent
5e884352ba
commit
1b925b7ab1
2 changed files with 10 additions and 10 deletions
|
|
@ -127,7 +127,7 @@ package:
|
|||
|
||||
//System*[] m_dependencies;
|
||||
ushort[] m_read_only_components;
|
||||
ushort[] m_modified_components;
|
||||
ushort[] m_writable_components;
|
||||
|
||||
ushort[] m_readonly_dependencies;
|
||||
ushort[] m_writable_dependencies;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue