Skip to content

Commit 647c20b

Browse files
Fixed syntax errors after being led astray by ChatGPT
1 parent 17c3127 commit 647c20b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

PDFTronGo/pdftron.i

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,7 @@ import "fmt"
228228

229229
// Disable exception handling for directors
230230
%feature("except", "0") SwigDirector_Callback;
231-
%feature("except", "0") SwigDirector_Callback*;
232231
%feature("except", "0") SwigDirector_SignatureHandler;
233-
%feature("except", "0") SwigDirector_SignatureHandler*;
234232

235233
// Handle exceptions by triggering recoverable panic containing the exception message
236234
%exception {

0 commit comments

Comments
 (0)