Skip to content

Commit c38471b

Browse files
author
wonder
committedAug 17, 2009
possibly a fix for jctull's compile error
git-svn-id: http://svn.osgeo.org/qgis/branches/symbology-ng-branch@11420 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/pal/feature.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ namespace pal
5454
public:
5555
typedef struct
5656
{
57-
ushort chr;
57+
unsigned short chr;
5858
double width;
5959
} CharacterInfo;
6060

0 commit comments

Comments
 (0)
Please sign in to comment.