From e2fd9a88d6b9def2fdebbc974001ae0778c26622 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 6 Apr 2024 14:59:15 +0200 Subject: - Add documentation for PRDT struct. - Property.hpp: change fsName to fName --- Private/Source/Property.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Private/Source') 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; } -- cgit v1.2.3