Skip to content

Commit

Permalink
Fix QgsWmsDpiMode enum declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
naihil committed Apr 10, 2015
1 parent 96d4003 commit 1f58f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/wms/qgswmscapabilities.h
Expand Up @@ -420,7 +420,7 @@ enum QgsWmsDpiMode
dpiQGIS = 1,
dpiUMN = 2,
dpiGeoServer = 4,
dpiAll = dpiQGIS | dpiUMN | dpiUMN,
dpiAll = dpiQGIS | dpiUMN | dpiGeoServer,
};


Expand Down

0 comments on commit 1f58f33

Please sign in to comment.