Skip to content

Commit

Permalink
Updated Mapboxgl API usage to ios-v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoabinader committed Jun 3, 2015
1 parent 6fb8c19 commit 711a40c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qmapboxgl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ QMapboxGL::~QMapboxGL()

void QMapboxGL::setAccessToken(const QString &token)
{
d_ptr->map.setAccessToken(token.toUtf8().constData());
d_ptr->fileSource.setAccessToken(token.toUtf8().constData());
}

void QMapboxGL::setStyleJSON(const QString &style)
Expand Down

0 comments on commit 711a40c

Please sign in to comment.