diff options
Diffstat (limited to 'src/core/kconfigini_p.h')
-rw-r--r-- | src/core/kconfigini_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/kconfigini_p.h b/src/core/kconfigini_p.h index 923ddb32..d760170d 100644 --- a/src/core/kconfigini_p.h +++ b/src/core/kconfigini_p.h @@ -52,7 +52,7 @@ protected: enum StringType { GroupString = 0, KeyString = 1, - ValueString = 2 + ValueString = 2, }; // Warning: this modifies data in-place. Other BufferFragment objects referencing the same buffer // fragment will get their data modified too. |