forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
384 B
C++
11 lines
384 B
C++
--- splash/SplashFTFont.cc.orig Tue Feb 27 14:05:52 2007
|
|
+++ splash/SplashFTFont.cc
|
|
@@ -229,7 +229,7 @@
|
|
};
|
|
|
|
SplashPath *SplashFTFont::getGlyphPath(int c) {
|
|
- static FT_Outline_Funcs outlineFuncs = {
|
|
+ static const FT_Outline_Funcs outlineFuncs = {
|
|
#if FREETYPE_MINOR <= 1
|
|
(int (*)(FT_Vector *, void *))&glyphPathMoveTo,
|
|
(int (*)(FT_Vector *, void *))&glyphPathLineTo,
|