summaryrefslogtreecommitdiffhomepage
path: root/Kernel/Sources/IndexableProperty.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Sources/IndexableProperty.cxx')
-rw-r--r--Kernel/Sources/IndexableProperty.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Sources/IndexableProperty.cxx b/Kernel/Sources/IndexableProperty.cxx
index 457e2c53..7e609037 100644
--- a/Kernel/Sources/IndexableProperty.cxx
+++ b/Kernel/Sources/IndexableProperty.cxx
@@ -29,7 +29,7 @@ namespace NewOS
{
fFlags |= flag;
}
-
+
Void IndexableProperty::RemoveFlag(Int16 flag)
{
fFlags &= flag;