Skip to content

Commit 790216f

Browse files
naihiljef-n
authored andcommittedApr 10, 2015
Fix QgsWmsDpiMode enum declaration
(cherry picked from commit 1f58f33)
1 parent ab0010f commit 790216f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/providers/wms/qgswmscapabilities.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ enum QgsWmsDpiMode
420420
dpiQGIS = 1,
421421
dpiUMN = 2,
422422
dpiGeoServer = 4,
423-
dpiAll = dpiQGIS | dpiUMN | dpiUMN,
423+
dpiAll = dpiQGIS | dpiUMN | dpiGeoServer,
424424
};
425425

426426

0 commit comments

Comments
 (0)
Please sign in to comment.