summaryrefslogtreecommitdiffhomepage
path: root/dev/ZKAKit/FSKit
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ZKAKit/FSKit')
-rw-r--r--dev/ZKAKit/FSKit/IndexableProperty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ZKAKit/FSKit/IndexableProperty.h b/dev/ZKAKit/FSKit/IndexableProperty.h
index fe9dea26..9e6f3c1f 100644
--- a/dev/ZKAKit/FSKit/IndexableProperty.h
+++ b/dev/ZKAKit/FSKit/IndexableProperty.h
@@ -30,7 +30,7 @@ namespace Kernel
explicit IndexableProperty()
: Property()
{
- Kernel::StringView strProp(kMaxPropLen);
+ Kernel::KString strProp(kMaxPropLen);
strProp += "\\Properties\\Indexable";
this->GetKey() = strProp;