Skip to content

Commit

Permalink
Update src/server/services/wms/qgswmsgetlegendgraphics.cpp
Browse files Browse the repository at this point in the history
Co-Authored-By: dmarteau <dhmarteau@gmail.com>
  • Loading branch information
m-kuhn and dmarteau committed Apr 3, 2019
1 parent 47fba32 commit 21e08c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/services/wms/qgswmsgetlegendgraphics.cpp
Expand Up @@ -54,7 +54,7 @@ namespace QgsWms
break;
default:
throw QgsServiceException( "InvalidFormat",
QString( "Output format '%1' is not supported in the GetLegendGraphic request" ).arg( format ) );
QStringLiteral( "Output format '%1' is not supported in the GetLegendGraphic request" ).arg( format ) );
break;
}

Expand Down

0 comments on commit 21e08c2

Please sign in to comment.