Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
qgswmtsparameters.h: fix parameter names in declaration to match the …
…correct names of the definition
  • Loading branch information
rouault committed May 29, 2020
1 parent ece0b41 commit bae8226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/services/wmts/qgswmtsparameters.h
Expand Up @@ -313,7 +313,7 @@ namespace QgsWmts
int jAsInt() const;

private:
bool loadParameter( const QString &name, const QString &key ) override;
bool loadParameter( const QString &key, const QString &value ) override;
void save( const QgsWmtsParameter &parameter );

void log( const QString &msg ) const;
Expand Down

0 comments on commit bae8226

Please sign in to comment.