summaryrefslogtreecommitdiff
path: root/graphics/ftgl/files/patch-src_FTContour.cpp
blob: 082720cd1ca78e3c987a4848c512367d75f3e112 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/FTContour.cpp.orig	2019-02-07 21:39:58 UTC
+++ src/FTContour.cpp
@@ -174,7 +174,7 @@ void FTContour::SetParity(int parity)
 }
 
 
-FTContour::FTContour(FT_Vector* contour, char* tags, unsigned int n)
+FTContour::FTContour(FT_Vector* contour, unsigned char* tags, unsigned int n)
 {
     FTPoint prev, cur(contour[(n - 1) % n]), next(contour[0]);
     double olddir, dir = atan2((next - cur).Y(), (next - cur).X());