Auto-correction of the input values according to the admissible range

This commit is contained in:
YuSanka 2018-05-10 11:10:44 +02:00
parent 8eb9ddc2eb
commit 754bfd926b
3 changed files with 20 additions and 9 deletions

View file

@ -124,7 +124,6 @@ public:
virtual wxWindow* getWindow() { return nullptr; }
bool is_matched(const std::string& string, const std::string& pattern);
// boost::any get_value_by_opt_type(wxString& str);
void get_value_by_opt_type(wxString& str);
/// Factory method for generating new derived classes.