Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[server] style fix
  • Loading branch information
elpaso committed Aug 6, 2015
1 parent e930d69 commit 9d789bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/qgsserverinterfaceimpl.h
Expand Up @@ -55,8 +55,8 @@ class QgsServerInterfaceImpl : public QgsServerInterface
QString configFilePath( ) override { return mConfigFilePath; }
void setConfigFilePath( QString configFilePath ) override;

void setFilters(QgsServerFiltersMap *filters) override;
private:
void setFilters( QgsServerFiltersMap *filters ) override;
private:

QString mConfigFilePath;
QgsServerFiltersMap mFilters;
Expand Down

0 comments on commit 9d789bc

Please sign in to comment.