summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@mapbox.com>2019-09-27 12:02:35 -0400
committerJulian Rex <julian.rex@mapbox.com>2019-09-27 12:52:57 -0400
commit9c02ac377f49e0271c11daa69863dad1b094529e (patch)
tree5dc8f1f504d1ceea996bf724b2f2d2eb4a947bf8 /src
parentbb9b1ab62438f733ad278cb03f781116b9f3d721 (diff)
downloadqtlocation-mapboxgl-9c02ac377f49e0271c11daa69863dad1b094529e.tar.gz
[ios] Don't link libmbgl-core twice; fix CI build that requires exposing core classes.
Diffstat (limited to 'src')
-rw-r--r--src/mbgl/style/layers/symbol_layer_properties.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mbgl/style/layers/symbol_layer_properties.hpp b/src/mbgl/style/layers/symbol_layer_properties.hpp
index e44e7e404f..a0393c4359 100644
--- a/src/mbgl/style/layers/symbol_layer_properties.hpp
+++ b/src/mbgl/style/layers/symbol_layer_properties.hpp
@@ -12,6 +12,7 @@
#include <mbgl/style/properties.hpp>
#include <mbgl/programs/attributes.hpp>
#include <mbgl/programs/uniforms.hpp>
+#include <mbgl/util/util.hpp>
namespace mbgl {
namespace style {
@@ -341,7 +342,7 @@ class SymbolPaintProperties : public Properties<
TextTranslateAnchor
> {};
-class SymbolLayerProperties final : public LayerProperties {
+class MBGL_EXPORT SymbolLayerProperties final : public LayerProperties {
public:
explicit SymbolLayerProperties(Immutable<SymbolLayer::Impl>);
SymbolLayerProperties(