summaryrefslogtreecommitdiff
path: root/platform/android/src/style/layers/hillshade_layer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/src/style/layers/hillshade_layer.hpp')
-rw-r--r--platform/android/src/style/layers/hillshade_layer.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/android/src/style/layers/hillshade_layer.hpp b/platform/android/src/style/layers/hillshade_layer.hpp
index db0ea736b4..b63f85e36c 100644
--- a/platform/android/src/style/layers/hillshade_layer.hpp
+++ b/platform/android/src/style/layers/hillshade_layer.hpp
@@ -47,7 +47,7 @@ public:
}; // class HillshadeLayer
-class HillshadeJavaLayerPeerFactory final : public JavaLayerPeerFactory, public mbgl::style::HillshadeLayerFactory {
+class HillshadeJavaLayerPeerFactory final : public JavaLayerPeerFactory, public mbgl::HillshadeLayerFactory {
public:
~HillshadeJavaLayerPeerFactory() override;
@@ -57,7 +57,7 @@ public:
void registerNative(jni::JNIEnv&) final;
- style::LayerFactory* getLayerFactory() final { return this; }
+ LayerFactory* getLayerFactory() final { return this; }
}; // class HillshadeJavaLayerPeerFactory