summaryrefslogtreecommitdiff
path: root/platform/android/src/style/layers/layer_manager.hpp
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2018-12-17 16:03:38 +0200
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2018-12-18 13:03:10 +0200
commite0a2e36d290f5fd8d97319dfbb40cbb3ebd29fac (patch)
tree15bd74db4faee778b481c3bae0aeaf8cbf46d530 /platform/android/src/style/layers/layer_manager.hpp
parentc01c8282fe6e3de1cb65223efc50d36bad4d591f (diff)
downloadqtlocation-mapboxgl-upstream/mikhail_mac_core_layers.tar.gz
[mac, ios] Enable core-only layersupstream/mikhail_mac_core_layers
`LayerManagerDarwin` can add layer types that are enabled only for JSON style. It allows to exclude the SDK wrappers for these layers from the project and decrease binary size.
Diffstat (limited to 'platform/android/src/style/layers/layer_manager.hpp')
-rw-r--r--platform/android/src/style/layers/layer_manager.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/src/style/layers/layer_manager.hpp b/platform/android/src/style/layers/layer_manager.hpp
index fb87721dd2..807ded1737 100644
--- a/platform/android/src/style/layers/layer_manager.hpp
+++ b/platform/android/src/style/layers/layer_manager.hpp
@@ -30,7 +30,7 @@ public:
private:
LayerManagerAndroid();
/**
- * @brief Enables a layer type for both JSON style an runtime API.
+ * @brief Enables a layer type for both JSON style and runtime API.
*/
void addLayerType(std::unique_ptr<JavaLayerPeerFactory>);
/**