- ::operator_match disobeyed rc.search.case.sensitive.
This commit is contained in:
Paul Beckingham
2014-06-02 23:15:25 -04:00
parent ac07189941
commit 7196ac8554
4 changed files with 6 additions and 19 deletions

View File

@@ -34,6 +34,7 @@ class Variant
{
public:
static std::string dateFormat;
static bool searchCaseSensitive;
enum type {type_unknown, type_boolean, type_integer, type_real, type_string,
type_date, type_duration};