diff options
Diffstat (limited to 'Private/Source')
| -rw-r--r-- | Private/Source/Property.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/Source/Property.cxx b/Private/Source/Property.cxx index c9e20df8..f66c78f6 100644 --- a/Private/Source/Property.cxx +++ b/Private/Source/Property.cxx @@ -8,7 +8,7 @@ namespace NewOS { bool Property::StringEquals(StringView& name) { - return fsName && this->fsName == name; + return fName && this->fName == name; } const PropertyId& Property::GetPropertyById() { return fAction; } |
