diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-07-06 00:01:14 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-07-06 00:01:14 +0200 |
| commit | e477d85ffea45a92aea7a2942bdfb9240fed80bc (patch) | |
| tree | 7961df92ca195b0f29d131ccc755581b4f71da45 /Kernel/Sources/Property.cxx | |
| parent | a671de4f336e7e9d67a7e237e0f94ccd334230ee (diff) | |
FIX: warnings given by clangd.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Kernel/Sources/Property.cxx')
| -rw-r--r-- | Kernel/Sources/Property.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Kernel/Sources/Property.cxx b/Kernel/Sources/Property.cxx index db1e0579..debf07a4 100644 --- a/Kernel/Sources/Property.cxx +++ b/Kernel/Sources/Property.cxx @@ -11,7 +11,8 @@ namespace Kernel Property::Property(const StringView& sw) : fName(sw) { - kcout << "Property: created: " << sw.CData() << endl; + kcout << "newoskrnl: Property created: " << sw.CData(); + endl; } Property::~Property() = default; |
