summaryrefslogtreecommitdiff
path: root/src/string_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/string_type.h')
-rw-r--r--src/string_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/string_type.h b/src/string_type.h
index 66b685ea3..40c1e2dc7 100644
--- a/src/string_type.h
+++ b/src/string_type.h
@@ -18,6 +18,7 @@
enum CharSetFilter {
CS_ALPHANUMERAL, ///< Both numeric and alphabetic and spaces and stuff
CS_NUMERAL, ///< Only numeric ones
+ CS_NUMERAL_SPACE, ///< Only numbers and spaces
CS_ALPHA, ///< Only alphabetic values
};