summaryrefslogtreecommitdiffhomepage
path: root/Private/CFKit
diff options
context:
space:
mode:
authorAmlal <amlalelmahrouss@icloud.com>2024-04-22 08:37:14 +0000
committerAmlal <amlalelmahrouss@icloud.com>2024-04-22 08:37:14 +0000
commit09e1c9738bc5dce28a6e181ebc585f0dea01f109 (patch)
tree2df231f8601402147514572120f762c69bf5c84a /Private/CFKit
parent41cc598c501ee190385c041b2149eae228b24741 (diff)
parent76c0c6b21532aee82df5bd62cd886bc63d933899 (diff)
Merged in MHR-5 (pull request #1)
MHR-5
Diffstat (limited to 'Private/CFKit')
-rw-r--r--Private/CFKit/Property.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Private/CFKit/Property.hpp b/Private/CFKit/Property.hpp
index ea427481..10c8ebf0 100644
--- a/Private/CFKit/Property.hpp
+++ b/Private/CFKit/Property.hpp
@@ -15,6 +15,7 @@
namespace NewOS {
using PropertyId = Int;
+/// @brief Kernel property class.
class Property {
public:
explicit Property(const StringView &sw) : fName(sw) {}