Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix some warnings
  • Loading branch information
pblottiere committed Jul 13, 2018
1 parent 1ca1bd6 commit dcb86a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/server/services/wcs/qgswcsserviceexception.h
Expand Up @@ -38,7 +38,7 @@ namespace QgsWcs
/**
* Constructor for QgsServiceException (empty locator attribute).
* \param code Error code name
* \param Exception message to return to the client
* \param message Exception message to return to the client
* \param responseCode HTTP error code
*/
QgsServiceException( const QString &code, const QString &message,
Expand All @@ -51,6 +51,7 @@ namespace QgsWcs
* \param code Error code name
* \param message Exception message to return to the client
* \param locator Locator attribute according to OGC specifications
* \param responseCode HTTP error code
*/
QgsServiceException( const QString &code, const QString &message, const QString &locator,
int responseCode = 200 )
Expand Down

0 comments on commit dcb86a0

Please sign in to comment.