summaryrefslogtreecommitdiff
path: root/src/stubs/getnewfntcid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stubs/getnewfntcid.c')
-rw-r--r--src/stubs/getnewfntcid.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stubs/getnewfntcid.c b/src/stubs/getnewfntcid.c
index e2fe8bb..d31ccf1 100644
--- a/src/stubs/getnewfntcid.c
+++ b/src/stubs/getnewfntcid.c
@@ -10,5 +10,6 @@
weak Font
GetNewFontClientID(void)
{
+ OVERRIDE_SYMBOL(GetNewFontClientID);
return (Font)0;
}