summaryrefslogtreecommitdiff
path: root/src/mbgl/util/i18n.hpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2018-10-17 16:45:41 +0200
committerKonstantin Käfer <mail@kkaefer.com>2018-10-23 12:23:40 +0200
commit729eeeb3f821981cc5d3c9e06ffbb85ed4d857d7 (patch)
tree896c896e65736d328f744d73a765e5730e0bafeb /src/mbgl/util/i18n.hpp
parentc87c25cc8407c33e4d88390836a9a52a1626c19e (diff)
downloadqtlocation-mapboxgl-729eeeb3f821981cc5d3c9e06ffbb85ed4d857d7.tar.gz
[core] remove use of <boost/algorithm/string.hpp>
Diffstat (limited to 'src/mbgl/util/i18n.hpp')
-rw-r--r--src/mbgl/util/i18n.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mbgl/util/i18n.hpp b/src/mbgl/util/i18n.hpp
index a74215a134..c7544f443b 100644
--- a/src/mbgl/util/i18n.hpp
+++ b/src/mbgl/util/i18n.hpp
@@ -75,6 +75,8 @@ char16_t verticalizePunctuation(char16_t chr);
bool isStringInSupportedScript(const std::string& input);
+bool isWhitespace(char16_t chr);
+
} // namespace i18n
} // namespace util
} // namespace mbgl