Change component name from "modified" to "writable"

This commit is contained in:
Mergul 2020-05-12 17:30:57 +02:00
parent 5e884352ba
commit 1b925b7ab1
2 changed files with 10 additions and 10 deletions

View file

@ -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;