Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[server] Minor style change
  • Loading branch information
elpaso committed Aug 6, 2015
1 parent d1b7bbe commit 56b4da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/qgsserverinterfaceimpl.h
Expand Up @@ -54,8 +54,8 @@ class QgsServerInterfaceImpl : public QgsServerInterface
QString getEnv( const QString& name ) const override;
QString configFilePath( ) override { return mConfigFilePath; }
void setConfigFilePath( QString configFilePath ) override;

void setFilters( QgsServerFiltersMap *filters ) override;

private:

QString mConfigFilePath;
Expand Down

0 comments on commit 56b4da6

Please sign in to comment.