Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix QgsWmsDpiMode enum declaration
(cherry picked from commit 1f58f33)
  • Loading branch information
naihil authored and jef-n committed Apr 10, 2015
1 parent ab0010f commit 790216f
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 790216f

Please sign in to comment.