Skip to content

Commit c38471b

Browse files
author
wonder
committed
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
1 parent 56a6ef2 commit c38471b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/pal/feature.h

+1-1
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)