Skip to content

Commit

Permalink
qgserror.cpp: fix build in QGISDEBUG mode
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Aug 13, 2021
1 parent 32c2cea commit f61970f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgserror.cpp
Expand Up @@ -51,7 +51,7 @@ QString QgsError::message( QgsErrorMessage::Format format ) const
QString str;

#ifdef QGISDEBUG
const QString srcUrl;
QString srcUrl;
#endif

#if defined(QGISDEBUG) && defined(QGS_GIT_REMOTE_URL)
Expand Down

0 comments on commit f61970f

Please sign in to comment.