summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLGeometry.mm
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2018-07-19 14:09:49 -0400
committerJason Wray <jason@mapbox.com>2018-07-24 18:14:27 -0400
commit4205cf7b10b63d834cd3e0e24e8ae5dc4b8948f9 (patch)
tree856fff014151eeb611db62acb91bc6d044e482cb /platform/darwin/src/MGLGeometry.mm
parentf149951f0f6b7babbaad02184027597c7d047144 (diff)
downloadqtlocation-mapboxgl-4205cf7b10b63d834cd3e0e24e8ae5dc4b8948f9.tar.gz
[ios] Fix symbol mangling issue with MGLMapPointForCoordinate()
`MGLMapPointForCoordinate()` was `extern`-defined in a C header, but implemented in an Obj-C++ source file and mangled as a C++ symbol. `FOUNDATION_EXTERN` is C++-aware and will force C-style symbol mangling, which fixes the undefined symbol issue in consumer Obj-C projects.
Diffstat (limited to 'platform/darwin/src/MGLGeometry.mm')
0 files changed, 0 insertions, 0 deletions