Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArsentiy Milchakov <milcars@mapswithme.com>2017-11-22 15:54:25 +0300
committermgsergio <mgsergio@yandex.ru>2017-11-23 17:21:36 +0300
commit0e3a0465557f484e617e30142c76f82089c9d373 (patch)
treea77b0e0b4c7360e727f5e759d4760e856e9ac35b /indexer/editable_map_object.hpp
parent2dc84e195d60cae8fe54d86fec1967fdd178ebe8 (diff)
[editor] added possibility to save several phone numbers
Diffstat (limited to 'indexer/editable_map_object.hpp')
-rw-r--r--indexer/editable_map_object.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/editable_map_object.hpp b/indexer/editable_map_object.hpp
index b75bc78a1d..9e58442c83 100644
--- a/indexer/editable_map_object.hpp
+++ b/indexer/editable_map_object.hpp
@@ -161,7 +161,7 @@ public:
static bool ValidateHouseNumber(string const & houseNumber);
static bool ValidateFlats(string const & flats);
static bool ValidatePostCode(string const & postCode);
- static bool ValidatePhone(string const & phone);
+ static bool ValidatePhoneList(string const & phone);
static bool ValidateWebsite(string const & site);
static bool ValidateEmail(string const & email);
static bool ValidateLevel(string const & level);