diff options
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedglib2.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wrapped/wrappedglib2.c b/src/wrapped/wrappedglib2.c index f9ec538c..c3d59146 100755 --- a/src/wrapped/wrappedglib2.c +++ b/src/wrapped/wrappedglib2.c @@ -109,7 +109,9 @@ GO(3) \ GO(4) \ GO(5) \ GO(6) \ -GO(7) +GO(7) \ +GO(8) \ +GO(9) \ // GCopyFct /*#define GO(A) \ |