summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2016-08-05 14:15:12 -0700
committerBrad Leege <bleege@gmail.com>2016-08-16 17:51:06 -0400
commit3dc451749bb04fc51ac6d21338a025814d660830 (patch)
tree0a0489b2870772f452882652932d9cc34dbeb70b /platform
parent1de65e2a511f258610c8c3d6f6940a4408f58a40 (diff)
downloadqtlocation-mapboxgl-3dc451749bb04fc51ac6d21338a025814d660830.tar.gz
[ios] fix circular class reference
Diffstat (limited to 'platform')
-rw-r--r--platform/darwin/src/MGLCompassDirectionFormatter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/darwin/src/MGLCompassDirectionFormatter.h b/platform/darwin/src/MGLCompassDirectionFormatter.h
index d7c3113291..c2a6e000fa 100644
--- a/platform/darwin/src/MGLCompassDirectionFormatter.h
+++ b/platform/darwin/src/MGLCompassDirectionFormatter.h
@@ -12,7 +12,7 @@ NS_ASSUME_NONNULL_BEGIN
Use this class to create localized heading strings when displaying directions
irrespective of the user’s current location. To format a direction relative to
- the user’s current location, use `MGLCompassDirectionFormatter` instead.
+ the user’s current location, use `MGLClockDirectionFormatter` instead.
*/
@interface MGLCompassDirectionFormatter : NSFormatter