Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update doc for wcs Service
  • Loading branch information
pblottiere committed Jul 13, 2018
1 parent 45bf204 commit 2e693d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/server/services/wcs/qgswcs.cpp
Expand Up @@ -32,7 +32,10 @@ namespace QgsWcs
class Service: public QgsService
{
public:
// Constructor

/**
* Constructor.
*/
Service( QgsServerInterface *serverIface )
: mServerIface( serverIface )
{}
Expand Down

0 comments on commit 2e693d0

Please sign in to comment.