diff options
Diffstat (limited to 'src/shared/Database/Field.cpp')
-rw-r--r-- | src/shared/Database/Field.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/Database/Field.cpp b/src/shared/Database/Field.cpp index 18831e23687..9a1fbfa5178 100644 --- a/src/shared/Database/Field.cpp +++ b/src/shared/Database/Field.cpp @@ -65,3 +65,4 @@ void Field::SetValue(const char *value) else mValue = NULL; } + |