summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-05-20 14:24:10 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-05-21 10:53:40 +0200
commit017145f052ad41dfcf932496941fb0bede1a16d0 (patch)
treed70e7d1a7ce7b72e2bc4939298a50f06fdf63c6c /include
parent575491e65c5068baa072d4700a4f37e0247f7aca (diff)
downloadqtlocation-mapboxgl-017145f052ad41dfcf932496941fb0bede1a16d0.tar.gz
show style parse warning if the flag is set
Diffstat (limited to 'include')
-rw-r--r--include/llmr/util/constants.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/llmr/util/constants.hpp b/include/llmr/util/constants.hpp
index ba967f9947..1419410dfc 100644
--- a/include/llmr/util/constants.hpp
+++ b/include/llmr/util/constants.hpp
@@ -11,6 +11,13 @@ namespace util {
extern const float tileSize;
}
+
+namespace debug {
+
+extern const bool styleParseWarnings;
+
+}
+
}
#endif