summaryrefslogtreecommitdiff
path: root/xpdf/xpdf-visibility.patch
blob: 9eab57b4a3ff7a2dde6d5c722f480dcbb66ad5cc (plain)
    1 --- xpdf-4.01/goo/GString.h.orig	2019-02-18 21:24:19.000000000 +0300
    2 +++ xpdf-4.01/goo/GString.h	2019-03-10 20:16:48.257102840 +0300
    3 @@ -39,7 +39,7 @@
    4  
    5    // Copy a string.
    6    GString(GString *str);
    7 -  GString *copy() { return new GString(this); }
    8 +  __attribute__ ((visibility ("default"))) GString *copy() { return new GString(this); }
    9  
   10    // Concatenate two strings.
   11    GString(GString *str1, GString *str2);

Generated by cgit