about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedpangoft2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedpangoft2.c')
-rwxr-xr-xsrc/wrapped/wrappedpangoft2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedpangoft2.c b/src/wrapped/wrappedpangoft2.c
index 37efa6d0..3a9838b9 100755
--- a/src/wrapped/wrappedpangoft2.c
+++ b/src/wrapped/wrappedpangoft2.c
@@ -15,6 +15,6 @@ const char* pangoft2Name = "libpangoft2-1.0.so.0";
 #define LIBNAME pangoft2
 
 #define CUSTOM_INIT \
-    setNeededLibs(&lib->priv.w, 2, "libfontconfig.so.1", "libfreetype.so.6");
+    setNeededLibs(lib, 2, "libfontconfig.so.1", "libfreetype.so.6");
 
 #include "wrappedlib_init.h"