diff options
Diffstat (limited to 'Kernel/Sources/Property.cxx')
| -rw-r--r-- | Kernel/Sources/Property.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Sources/Property.cxx b/Kernel/Sources/Property.cxx index b58de469..285d7aaa 100644 --- a/Kernel/Sources/Property.cxx +++ b/Kernel/Sources/Property.cxx @@ -9,7 +9,7 @@ namespace NewOS { Property::Property(const StringView& sw) - : fName(sw) + : fName(sw) { kcout << "Property: created: " << sw.CData() << endl; } |
