Skip to content

Commit

Permalink
5.12 enable
Browse files Browse the repository at this point in the history
  • Loading branch information
bongbui321 committed Jan 28, 2024
1 parent a70dd2a commit 85419e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ struct Q_MAPLIBRE_CORE_EXPORT Style {
CustomMap = 100
};

explicit Style(QString url_, QString name_ = QString())
explicit Style(QString url_ = QString(), QString name_ = QString())
: url(std::move(url_)),
name(std::move(name_)) {}

Expand Down

0 comments on commit 85419e9

Please sign in to comment.