summaryrefslogtreecommitdiffhomepage
path: root/Private/Source
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-04-06 14:59:15 +0200
committerAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-04-06 14:59:15 +0200
commite2fd9a88d6b9def2fdebbc974001ae0778c26622 (patch)
treee4ad56f68caf7bac2b23faef1dac2b875ff2ab8b /Private/Source
parent32f75625830660468287de0f213baee760fc6384 (diff)
- Add documentation for PRDT struct.
- Property.hpp: change fsName to fName
Diffstat (limited to 'Private/Source')
-rw-r--r--Private/Source/Property.cxx2
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; }