summaryrefslogtreecommitdiff
path: root/include/mbgl/style/layers/raster_layer.hpp
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@mapbox.com>2019-09-27 13:09:13 -0400
committerJulian Rex <julian.rex@mapbox.com>2019-09-27 13:09:13 -0400
commit7d5006ddcf99eddd4a399b27a1e691deaf3c80b1 (patch)
tree7f9fa45eee7f75c0de1164c8edf08d86ae1d8b6a /include/mbgl/style/layers/raster_layer.hpp
parent9c02ac377f49e0271c11daa69863dad1b094529e (diff)
downloadqtlocation-mapboxgl-upstream/jrex/fix-ci-target-dont-link-twice.tar.gz
Diffstat (limited to 'include/mbgl/style/layers/raster_layer.hpp')
-rw-r--r--include/mbgl/style/layers/raster_layer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/style/layers/raster_layer.hpp b/include/mbgl/style/layers/raster_layer.hpp
index 7b59d5cc1e..711b77f328 100644
--- a/include/mbgl/style/layers/raster_layer.hpp
+++ b/include/mbgl/style/layers/raster_layer.hpp
@@ -15,7 +15,7 @@ namespace style {
class TransitionOptions;
-class MBGL_EXPORT RasterLayer : public Layer {
+class MBGL_EXPORT RasterLayer : public Layer {
public:
RasterLayer(const std::string& layerID, const std::string& sourceID);
~RasterLayer() final;