Skip to content

Commit

Permalink
fix error: call to 'abs' is ambiguous
Browse files Browse the repository at this point in the history
  • Loading branch information
fjperini authored and nyalldawson committed Feb 24, 2019
1 parent ec12183 commit a020d47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/qgsstringutils.cpp
Expand Up @@ -19,6 +19,7 @@
#include <QStringList>
#include <QTextBoundaryFinder>
#include <QRegularExpression>
#include <cstdlib> // for std::abs

QString QgsStringUtils::capitalize( const QString &string, QgsStringUtils::Capitalization capitalization )
{
Expand Down

0 comments on commit a020d47

Please sign in to comment.