Skip to content

Commit a36567a

Browse files
committedSep 21, 2015
Fix compilation error
1 parent 7d22536 commit a36567a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/core/qgspallabeling.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ class QgsPalLayerSettings
460460
int fontMaxPixelSize; // maximum pixel size for showing rendered map unit labels (1 - 10000)
461461

462462
bool displayAll; // if true, all features will be labelled even though overlaps occur
463-
unsigned int upsidedownLabels; // whether, or how, to show upsidedown labels
463+
UpsideDownLabels upsidedownLabels; // whether, or how, to show upsidedown labels
464464

465465
bool labelPerPart; // whether to label every feature's part or only the biggest one
466466
bool mergeLines;

0 commit comments

Comments
 (0)
Please sign in to comment.