Skip to content

Commit db356f1

Browse files
jef-n3nids
authored andcommitted
fix build (followup 7674e16)
1 parent 60c4a5e commit db356f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/processing/qgsprocessingfeedback.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ void QgsProcessingFeedback::pushVersionInfo()
6767

6868
#if PROJ_VERSION_MAJOR > 4
6969
PJ_INFO info = proj_info();
70-
pushDebugInfo( tr( "PROJ version: %1.%2.%3" ).arg( PROJ_VERSION_MAJOR ).arg( PROJ_VERSION_MINOR ).arg( PROJ_VERSION_PATCH );
70+
pushDebugInfo( tr( "PROJ version: %1.%2.%3" ).arg( PROJ_VERSION_MAJOR ).arg( PROJ_VERSION_MINOR ).arg( PROJ_VERSION_PATCH ) );
7171
#else
7272
pushDebugInfo( tr( "PROJ version: %1" ).arg( PJ_VERSION ) );
7373
#endif

0 commit comments

Comments
 (0)