vtkFreeTypeTools: avoid using an internal macro
authorAnton Gladky <gladk@debian.org>
Sun, 28 Nov 2021 22:34:47 +0000 (22:34 +0000)
committerAnton Gladky <gladk@debian.org>
Sun, 28 Nov 2021 22:34:47 +0000 (22:34 +0000)
Origin: https://github.com/Kitware/VTK/commit/3edc0de2b04ae1e100c229e592d6b9fa94f2915a
Bug-Debian: https://bugs.debian.org/1000746
Last-Update: 2021-11-28

Gbp-Pq: Name 99_fix_FTBFS.patch

Rendering/FreeType/vtkFreeTypeTools.cxx

index c54289dc60211bcac8ae57ee4d717740f83bfa74..21e5d575090d23434a71d2b4ac7346b443d1b5b6 100644 (file)
@@ -378,7 +378,7 @@ FTC_CMapCache* vtkFreeTypeTools::GetCMapCache()
 }
 
 //----------------------------------------------------------------------------
-FT_CALLBACK_DEF(FT_Error)
+static FT_Error
 vtkFreeTypeToolsFaceRequester(
   FTC_FaceID face_id, FT_Library lib, FT_Pointer request_data, FT_Face* face)
 {