Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix windows build
  • Loading branch information
nyalldawson committed Aug 13, 2021
1 parent 90d76f1 commit 499ed20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgspathresolver.cpp
Expand Up @@ -130,7 +130,7 @@ QString QgsPathResolver::readPath( const QString &f ) const
}
}

const QString srcPath = src;
QString srcPath = src;
QString projPath = mBaseFileName;

if ( projPath.isEmpty() )
Expand Down

0 comments on commit 499ed20

Please sign in to comment.