summaryrefslogtreecommitdiff
path: root/src/mbgl/style/layers/location_indicator_layer_impl.cpp
blob: 90a37f4b47a58e5ac0166426bde85a01affe6836 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <mbgl/style/layers/location_indicator_layer.hpp>
#include <mbgl/style/layers/location_indicator_layer_impl.hpp>

namespace mbgl {
namespace style {

bool LocationIndicatorLayer::Impl::hasLayoutDifference(const Layer::Impl&) const {
    return false;
}

} // namespace style
} // namespace mbgl