mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 11:06:39 -04:00
11 lines
398 B
C
11 lines
398 B
C
--- src/FTContour.h.orig 2019-02-07 21:39:58 UTC
|
|
+++ src/FTContour.h
|
|
@@ -52,7 +52,7 @@ class FTContour
|
|
* @param pointTags
|
|
* @param numberOfPoints
|
|
*/
|
|
- FTContour(FT_Vector* contour, char* pointTags, unsigned int numberOfPoints);
|
|
+ FTContour(FT_Vector* contour, unsigned char* pointTags, unsigned int numberOfPoints);
|
|
|
|
/**
|
|
* Destructor
|