Revert "[cl;ang-tidy] Don't initialize strings"

This reverts commit 426e067f43.
This commit is contained in:
Paul Beckingham
2020-12-05 16:18:15 -05:00
parent 3eb209f248
commit 9016c26828
4 changed files with 10 additions and 10 deletions

View File

@@ -89,7 +89,7 @@
#define STRING_VARIANT_MOD_ZERO "Cannot modulo zero"
#define STRING_VARIANT_SQRT_NEG "Cannot take the square root of a negative number."
std::string Variant::dateFormat;
std::string Variant::dateFormat = "";
bool Variant::searchCaseSensitive = true;
bool Variant::searchUsingRegex = true;